Html Css Color HEX #AF0BDB Dark Violet

📋 copy color: '#AF0BDB'

red 175 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #AF0BDB

Tints of Dark Violet #AF0BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 43.21%
G = 2.72%
B = 54.07%

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

#AF0BDB (or 0xAF0BDB) is known color: Dark Violet. HEX triplet: AF, 0B and DB. RGB value is (175,11,219). Sum of RGB (Red+Green+Blue) = 175+11+219=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF0BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BDB is #50F424. Grayscale: #535353. Windows color (decimal): -5305381 or 14355375. OLE color: 14355375.

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

Color convert

RGB 175 11 219 -
CMYK 0.20 0.95 0 0.14
HSL 287.31º 0.9% 0.45% -
HSV(B) 287.31º 0.95% 0.86% -
XYZ 30.59 14.47 68.2 -
YUV 83.75 204.33 193.09 -
System Red Green Blue C M Y K H S L
Decimal 175 11 219 0.20 0.95 0 0.14 287.31 0.9 0.45
Hex AF B DB 14 5F 0 E 11F 5A 2D
Octal 257 13 333 24 137 0 16 437 132 55
Binary 10101111 1011 11011011 10100 1011111 0 1110 100011111 1011010 101101

Color Harmonies of #AF0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BDB

Black with #AF0BDB

Text Example


Text Example

White with #AF0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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