Html Css Color HEX #AB03DC Dark Violet

📋 copy color: '#AB03DC'

red 171 ◦ green 3 ◦ blue 220

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

Shades of Dark Violet #AB03DC

Tints of Dark Violet #AB03DC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 43.4%
G = 0.76%
B = 55.84%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB03DC (or 0xAB03DC) is known color: Dark Violet. HEX triplet: AB, 03 and DC. RGB value is (171,3,220). Sum of RGB (Red+Green+Blue) = 171+3+220=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB03DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03DC is #54FC23. Grayscale: #4D4D4D. Windows color (decimal): -5569572 or 14418859. OLE color: 14418859.

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

Color convert

RGB 171 3 220 -
CMYK 0.22 0.99 0 0.14
HSL 286.45º 0.97% 0.44% -
HSV(B) 286.45º 0.99% 0.86% -
XYZ 29.75 13.89 68.82 -
YUV 77.97 208.16 194.36 -
System Red Green Blue C M Y K H S L
Decimal 171 3 220 0.22 0.99 0 0.14 286.45 0.97 0.44
Hex AB 3 DC 16 63 0 E 11E 61 2C
Octal 253 3 334 26 143 0 16 436 141 54
Binary 10101011 11 11011100 10110 1100011 0 1110 100011110 1100001 101100

Color Harmonies of #AB03DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB03DC

Black with #AB03DC

Text Example


Text Example

White with #AB03DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB03DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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