Html Css Color HEX #AF0ACC Dark Violet

📋 copy color: '#AF0ACC'

red 175 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #AF0ACC

Tints of Dark Violet #AF0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.57%

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

R = 44.99%
G = 2.57%
B = 52.44%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF0ACC (or 0xAF0ACC) is known color: Dark Violet. HEX triplet: AF, 0A and CC. RGB value is (175,10,204). Sum of RGB (Red+Green+Blue) = 175+10+204=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ACC is #50F533. Grayscale: #505050. Windows color (decimal): -5305652 or 13372079. OLE color: 13372079.

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

Color convert

RGB 175 10 204 -
CMYK 0.14 0.95 0 0.2
HSL 291.03º 0.91% 0.42% -
HSV(B) 291.03º 0.95% 0.8% -
XYZ 28.69 13.69 58.26 -
YUV 81.45 197.16 194.73 -
System Red Green Blue C M Y K H S L
Decimal 175 10 204 0.14 0.95 0 0.2 291.03 0.91 0.42
Hex AF A CC E 5F 0 14 123 5B 2A
Octal 257 12 314 16 137 0 24 443 133 52
Binary 10101111 1010 11001100 1110 1011111 0 10100 100100011 1011011 101010

Color Harmonies of #AF0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ACC

Black with #AF0ACC

Text Example


Text Example

White with #AF0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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