Html Css Color HEX #AB0EDB Dark Violet

📋 copy color: '#AB0EDB'

red 171 ◦ green 14 ◦ blue 219

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

Shades of Dark Violet #AB0EDB

Tints of Dark Violet #AB0EDB

RGB

 RED value IS 171 (67.19% from 255) = 42.33%

 GREEN value IS 14 (5.86% from 255) = 3.47%

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

R = 42.33%
G = 3.47%
B = 54.21%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB0EDB (or 0xAB0EDB) is known color: Dark Violet. HEX triplet: AB, 0E and DB. RGB value is (171,14,219). Sum of RGB (Red+Green+Blue) = 171+14+219=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0EDB is #54F124. Grayscale: #535353. Windows color (decimal): -5566757 or 14356139. OLE color: 14356139.

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

Color convert

RGB 171 14 219 -
CMYK 0.22 0.94 0 0.14
HSL 285.95º 0.88% 0.46% -
HSV(B) 285.95º 0.94% 0.86% -
XYZ 29.74 14.09 68.17 -
YUV 84.31 204.01 189.83 -
System Red Green Blue C M Y K H S L
Decimal 171 14 219 0.22 0.94 0 0.14 285.95 0.88 0.46
Hex AB E DB 16 5E 0 E 11E 58 2E
Octal 253 16 333 26 136 0 16 436 130 56
Binary 10101011 1110 11011011 10110 1011110 0 1110 100011110 1011000 101110

Color Harmonies of #AB0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0EDB

Black with #AB0EDB

Text Example


Text Example

White with #AB0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0EDB; }

 p { color: rgb(171,14,219); }

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

background-color css

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

 a { background-color: rgb(171,14,219); }

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

border-color css

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

 span { border-color: rgb(171,14,219); }

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