Html Css Color HEX #AF11DB Dark Violet

📋 copy color: '#AF11DB'

red 175 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #AF11DB

Tints of Dark Violet #AF11DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.14%

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

R = 42.58%
G = 4.14%
B = 53.28%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF11DB (or 0xAF11DB) is known color: Dark Violet. HEX triplet: AF, 11 and DB. RGB value is (175,17,219). Sum of RGB (Red+Green+Blue) = 175+17+219=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11DB is #50EE24. Grayscale: #565656. Windows color (decimal): -5303845 or 14356911. OLE color: 14356911.

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

Color convert

RGB 175 17 219 -
CMYK 0.20 0.92 0 0.14
HSL 286.93º 0.86% 0.46% -
HSV(B) 286.93º 0.92% 0.86% -
XYZ 30.67 14.63 68.23 -
YUV 87.27 202.35 190.57 -
System Red Green Blue C M Y K H S L
Decimal 175 17 219 0.20 0.92 0 0.14 286.93 0.86 0.46
Hex AF 11 DB 14 5C 0 E 11F 56 2E
Octal 257 21 333 24 134 0 16 437 126 56
Binary 10101111 10001 11011011 10100 1011100 0 1110 100011111 1010110 101110

Color Harmonies of #AF11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11DB

Black with #AF11DB

Text Example


Text Example

White with #AF11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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