Html Css Color HEX #AF13DB Dark Violet

📋 copy color: '#AF13DB'

red 175 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #AF13DB

Tints of Dark Violet #AF13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.6%

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

R = 42.37%
G = 4.6%
B = 53.03%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF13DB (or 0xAF13DB) is known color: Dark Violet. HEX triplet: AF, 13 and DB. RGB value is (175,19,219). Sum of RGB (Red+Green+Blue) = 175+19+219=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF13DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13DB is #50EC24. Grayscale: #575757. Windows color (decimal): -5303333 or 14357423. OLE color: 14357423.

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

Color convert

RGB 175 19 219 -
CMYK 0.20 0.91 0 0.14
HSL 286.8º 0.84% 0.47% -
HSV(B) 286.8º 0.91% 0.86% -
XYZ 30.7 14.69 68.24 -
YUV 88.44 201.68 189.74 -
System Red Green Blue C M Y K H S L
Decimal 175 19 219 0.20 0.91 0 0.14 286.8 0.84 0.47
Hex AF 13 DB 14 5B 0 E 11F 54 2F
Octal 257 23 333 24 133 0 16 437 124 57
Binary 10101111 10011 11011011 10100 1011011 0 1110 100011111 1010100 101111

Color Harmonies of #AF13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13DB

Black with #AF13DB

Text Example


Text Example

White with #AF13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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