Html Css Color HEX #AF07DD Dark Violet

📋 copy color: '#AF07DD'

red 175 ◦ green 7 ◦ blue 221

#AF07DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AF07DD

Tints of Dark Violet #AF07DD

RGB

 RED value IS 175 (68.75% from 255) = 43.42%

 GREEN value IS 7 (3.13% from 255) = 1.74%

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 43.42%
G = 1.74%
B = 54.84%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF07DD (or 0xAF07DD) is known color: Dark Violet. HEX triplet: AF, 07 and DD. RGB value is (175,7,221). Sum of RGB (Red+Green+Blue) = 175+7+221=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF07DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07DD is #50F822. Grayscale: #505050. Windows color (decimal): -5306403 or 14485423. OLE color: 14485423.

HSL color Cylindrical-coordinate representation of color #AF07DD: hue angle of 287.1º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF07DD is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 7 221 -
CMYK 0.21 0.97 0 0.13
HSL 287.1º 0.94% 0.45% -
HSV(B) 287.1º 0.97% 0.87% -
XYZ 30.81 14.49 69.58 -
YUV 81.63 206.66 194.6 -
System Red Green Blue C M Y K H S L
Decimal 175 7 221 0.21 0.97 0 0.13 287.1 0.94 0.45
Hex AF 7 DD 15 61 0 D 11F 5E 2D
Octal 257 7 335 25 141 0 15 437 136 55
Binary 10101111 111 11011101 10101 1100001 0 1101 100011111 1011110 101101

Color Harmonies of #AF07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07DD

Black with #AF07DD

Text Example


Text Example

White with #AF07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07DD; }

 p { color: rgb(175,7,221); }

 H1.HeaderClassName
 {
   color: #AF07DD;
 }
 .AnyTagClassName
 {
   color: #AF07DD;
 }
</style>

background-color css

<style>
 a { background-color: #AF07DD; }

 a { background-color: rgb(175,7,221); }

 div.DivClassName
 {
   background-color: #AF07DD;
 }
 .BgClassName
 {
   background-color: #AF07DD;
 }
</style>

border-color css

<style>
 span { border-color: #AF07DD; }

 span { border-color: rgb(175,7,221); }

 td.TdClassName
 {
   border-color: #AF07DD;
 }
 .TagClassName
 {
   border-color: #AF07DD;
 }
</style>