Html Css Color HEX #AF0ACB Dark Violet

📋 copy color: '#AF0ACB'

red 175 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #AF0ACB

Tints of Dark Violet #AF0ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 45.1%
G = 2.58%
B = 52.32%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF0ACB (or 0xAF0ACB) is known color: Dark Violet. HEX triplet: AF, 0A and CB. RGB value is (175,10,203). Sum of RGB (Red+Green+Blue) = 175+10+203=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF0ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ACB is #50F534. Grayscale: #505050. Windows color (decimal): -5305653 or 13306543. OLE color: 13306543.

HSL color Cylindrical-coordinate representation of color #AF0ACB: hue angle of 291.3º 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 #AF0ACB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 10 203 -
CMYK 0.14 0.95 0 0.20
HSL 291.3º 0.91% 0.42% -
HSV(B) 291.3º 0.95% 0.8% -
XYZ 28.57 13.64 57.63 -
YUV 81.34 196.66 194.81 -
System Red Green Blue C M Y K H S L
Decimal 175 10 203 0.14 0.95 0 0.20 291.3 0.91 0.42
Hex AF A CB E 5F 0 14 123 5B 2A
Octal 257 12 313 16 137 0 24 443 133 52
Binary 10101111 1010 11001011 1110 1011111 0 10100 100100011 1011011 101010

Color Harmonies of #AF0ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0ACB

Black with #AF0ACB

Text Example


Text Example

White with #AF0ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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