Html Css Color HEX #AF08CC Dark Violet

📋 copy color: '#AF08CC'

red 175 ◦ green 8 ◦ blue 204

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

Shades of Dark Violet #AF08CC

Tints of Dark Violet #AF08CC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 45.22%
G = 2.07%
B = 52.71%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF08CC (or 0xAF08CC) is known color: Dark Violet. HEX triplet: AF, 08 and CC. RGB value is (175,8,204). Sum of RGB (Red+Green+Blue) = 175+8+204=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF08CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08CC is #50F733. Grayscale: #4F4F4F. Windows color (decimal): -5306164 or 13371567. OLE color: 13371567.

HSL color Cylindrical-coordinate representation of color #AF08CC: hue angle of 291.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08CC is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 8 204 -
CMYK 0.14 0.96 0 0.2
HSL 291.12º 0.92% 0.42% -
HSV(B) 291.12º 0.96% 0.8% -
XYZ 28.67 13.65 58.25 -
YUV 80.28 197.83 195.56 -
System Red Green Blue C M Y K H S L
Decimal 175 8 204 0.14 0.96 0 0.2 291.12 0.92 0.42
Hex AF 8 CC E 60 0 14 123 5C 2A
Octal 257 10 314 16 140 0 24 443 134 52
Binary 10101111 1000 11001100 1110 1100000 0 10100 100100011 1011100 101010

Color Harmonies of #AF08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF08CC

Black with #AF08CC

Text Example


Text Example

White with #AF08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF08CC; }

 p { color: rgb(175,8,204); }

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

background-color css

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

 a { background-color: rgb(175,8,204); }

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

border-color css

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

 span { border-color: rgb(175,8,204); }

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