Html Css Color HEX #AB04DC Dark Violet

📋 copy color: '#AB04DC'

red 171 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #AB04DC

Tints of Dark Violet #AB04DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 43.29%
G = 1.01%
B = 55.7%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB04DC (or 0xAB04DC) is known color: Dark Violet. HEX triplet: AB, 04 and DC. RGB value is (171,4,220). Sum of RGB (Red+Green+Blue) = 171+4+220=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB04DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04DC is #54FB23. Grayscale: #4D4D4D. Windows color (decimal): -5569316 or 14419115. OLE color: 14419115.

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

Color convert

RGB 171 4 220 -
CMYK 0.22 0.98 0 0.14
HSL 286.39º 0.96% 0.44% -
HSV(B) 286.39º 0.98% 0.86% -
XYZ 29.76 13.91 68.83 -
YUV 78.56 207.83 193.94 -
System Red Green Blue C M Y K H S L
Decimal 171 4 220 0.22 0.98 0 0.14 286.39 0.96 0.44
Hex AB 4 DC 16 62 0 E 11E 60 2C
Octal 253 4 334 26 142 0 16 436 140 54
Binary 10101011 100 11011100 10110 1100010 0 1110 100011110 1100000 101100

Color Harmonies of #AB04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04DC

Black with #AB04DC

Text Example


Text Example

White with #AB04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04DC; }

 p { color: rgb(171,4,220); }

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

background-color css

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

 a { background-color: rgb(171,4,220); }

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

border-color css

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

 span { border-color: rgb(171,4,220); }

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