Html Css Color HEX #AB00DB Dark Violet

📋 copy color: '#AB00DB'

red 171 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #AB00DB

Tints of Dark Violet #AB00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.85%
G = 0%
B = 56.15%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB00DB (or 0xAB00DB) is known color: Dark Violet. HEX triplet: AB, 00 and DB. RGB value is (171,0,219). Sum of RGB (Red+Green+Blue) = 171+0+219=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB00DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00DB is #54FF24. Grayscale: #4B4B4B. Windows color (decimal): -5570341 or 14352555. OLE color: 14352555.

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

Color convert

RGB 171 0 219 -
CMYK 0.22 1 0 0.14
HSL 286.85º 1% 0.43% -
HSV(B) 286.85º 1% 0.86% -
XYZ 29.58 13.77 68.12 -
YUV 76.1 208.65 195.69 -
System Red Green Blue C M Y K H S L
Decimal 171 0 219 0.22 1 0 0.14 286.85 1 0.43
Hex AB 0 DB 16 64 0 E 11F 64 2B
Octal 253 0 333 26 144 0 16 437 144 53
Binary 10101011 0 11011011 10110 1100100 0 1110 100011111 1100100 101011

Color Harmonies of #AB00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00DB

Black with #AB00DB

Text Example


Text Example

White with #AB00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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