Html Css Color HEX #AF0ACE Dark Violet

📋 copy color: '#AF0ACE'

red 175 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #AF0ACE

Tints of Dark Violet #AF0ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 44.76%
G = 2.56%
B = 52.69%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF0ACE (or 0xAF0ACE) is known color: Dark Violet. HEX triplet: AF, 0A and CE. RGB value is (175,10,206). Sum of RGB (Red+Green+Blue) = 175+10+206=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ACE is #50F531. Grayscale: #515151. Windows color (decimal): -5305650 or 13503151. OLE color: 13503151.

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

Color convert

RGB 175 10 206 -
CMYK 0.15 0.95 0 0.19
HSL 290.51º 0.91% 0.42% -
HSV(B) 290.51º 0.95% 0.81% -
XYZ 28.93 13.79 59.53 -
YUV 81.68 198.16 194.56 -
System Red Green Blue C M Y K H S L
Decimal 175 10 206 0.15 0.95 0 0.19 290.51 0.91 0.42
Hex AF A CE F 5F 0 13 123 5B 2A
Octal 257 12 316 17 137 0 23 443 133 52
Binary 10101111 1010 11001110 1111 1011111 0 10011 100100011 1011011 101010

Color Harmonies of #AF0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ACE

Black with #AF0ACE

Text Example


Text Example

White with #AF0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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