Html Css Color HEX #AF0BCD Dark Violet

📋 copy color: '#AF0BCD'

red 175 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #AF0BCD

Tints of Dark Violet #AF0BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 44.76%
G = 2.81%
B = 52.43%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF0BCD (or 0xAF0BCD) is known color: Dark Violet. HEX triplet: AF, 0B and CD. RGB value is (175,11,205). Sum of RGB (Red+Green+Blue) = 175+11+205=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF0BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BCD is #50F432. Grayscale: #515151. Windows color (decimal): -5305395 or 13437871. OLE color: 13437871.

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

Color convert

RGB 175 11 205 -
CMYK 0.15 0.95 0 0.20
HSL 290.72º 0.9% 0.42% -
HSV(B) 290.72º 0.95% 0.8% -
XYZ 28.82 13.76 58.89 -
YUV 82.15 197.33 194.23 -
System Red Green Blue C M Y K H S L
Decimal 175 11 205 0.15 0.95 0 0.20 290.72 0.9 0.42
Hex AF B CD F 5F 0 14 123 5A 2A
Octal 257 13 315 17 137 0 24 443 132 52
Binary 10101111 1011 11001101 1111 1011111 0 10100 100100011 1011010 101010

Color Harmonies of #AF0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BCD

Black with #AF0BCD

Text Example


Text Example

White with #AF0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BCD; }

 p { color: rgb(175,11,205); }

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

background-color css

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

 a { background-color: rgb(175,11,205); }

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

border-color css

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

 span { border-color: rgb(175,11,205); }

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