Html Css Color HEX #AF0BDC Dark Violet

📋 copy color: '#AF0BDC'

red 175 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #AF0BDC

Tints of Dark Violet #AF0BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 43.1%
G = 2.71%
B = 54.19%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF0BDC (or 0xAF0BDC) is known color: Dark Violet. HEX triplet: AF, 0B and DC. RGB value is (175,11,220). Sum of RGB (Red+Green+Blue) = 175+11+220=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF0BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BDC is #50F423. Grayscale: #535353. Windows color (decimal): -5305380 or 14420911. OLE color: 14420911.

HSL color Cylindrical-coordinate representation of color #AF0BDC: hue angle of 287.08º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BDC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 11 220 -
CMYK 0.20 0.95 0 0.14
HSL 287.08º 0.9% 0.45% -
HSV(B) 287.08º 0.95% 0.86% -
XYZ 30.72 14.52 68.89 -
YUV 83.86 204.83 193.01 -
System Red Green Blue C M Y K H S L
Decimal 175 11 220 0.20 0.95 0 0.14 287.08 0.9 0.45
Hex AF B DC 14 5F 0 E 11F 5A 2D
Octal 257 13 334 24 137 0 16 437 132 55
Binary 10101111 1011 11011100 10100 1011111 0 1110 100011111 1011010 101101

Color Harmonies of #AF0BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BDC

Black with #AF0BDC

Text Example


Text Example

White with #AF0BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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