Html Css Color HEX #AB18DC Dark Violet

📋 copy color: '#AB18DC'

red 171 ◦ green 24 ◦ blue 220

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

Shades of Dark Violet #AB18DC

Tints of Dark Violet #AB18DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.78%

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

R = 41.2%
G = 5.78%
B = 53.01%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB18DC (or 0xAB18DC) is known color: Dark Violet. HEX triplet: AB, 18 and DC. RGB value is (171,24,220). Sum of RGB (Red+Green+Blue) = 171+24+220=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB18DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18DC is #54E723. Grayscale: #595959. Windows color (decimal): -5564196 or 14424235. OLE color: 14424235.

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

Color convert

RGB 171 24 220 -
CMYK 0.22 0.89 0 0.14
HSL 285º 0.8% 0.48% -
HSV(B) 285º 0.89% 0.86% -
XYZ 30.04 14.48 68.92 -
YUV 90.3 201.2 185.56 -
System Red Green Blue C M Y K H S L
Decimal 171 24 220 0.22 0.89 0 0.14 285 0.8 0.48
Hex AB 18 DC 16 59 0 E 11D 50 30
Octal 253 30 334 26 131 0 16 435 120 60
Binary 10101011 11000 11011100 10110 1011001 0 1110 100011101 1010000 110000

Color Harmonies of #AB18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18DC

Black with #AB18DC

Text Example


Text Example

White with #AB18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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