Html Css Color HEX #AB01DB Dark Violet

📋 copy color: '#AB01DB'

red 171 ◦ green 1 ◦ blue 219

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

Shades of Dark Violet #AB01DB

Tints of Dark Violet #AB01DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 43.73%
G = 0.26%
B = 56.01%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB01DB (or 0xAB01DB) is known color: Dark Violet. HEX triplet: AB, 01 and DB. RGB value is (171,1,219). Sum of RGB (Red+Green+Blue) = 171+1+219=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB01DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01DB is #54FE24. Grayscale: #4B4B4B. Windows color (decimal): -5570085 or 14352811. OLE color: 14352811.

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

Color convert

RGB 171 1 219 -
CMYK 0.22 1.00 0 0.14
HSL 286.79º 0.99% 0.43% -
HSV(B) 286.79º 1% 0.86% -
XYZ 29.59 13.79 68.12 -
YUV 76.68 208.32 195.27 -
System Red Green Blue C M Y K H S L
Decimal 171 1 219 0.22 1.00 0 0.14 286.79 0.99 0.43
Hex AB 1 DB 16 64 0 E 11F 63 2B
Octal 253 1 333 26 144 0 16 437 143 53
Binary 10101011 1 11011011 10110 1100100 0 1110 100011111 1100011 101011

Color Harmonies of #AB01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01DB

Black with #AB01DB

Text Example


Text Example

White with #AB01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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