Html Css Color HEX #AB18DB Dark Violet

📋 copy color: '#AB18DB'

red 171 ◦ green 24 ◦ blue 219

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

Shades of Dark Violet #AB18DB

Tints of Dark Violet #AB18DB

RGB

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

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

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

R = 41.3%
G = 5.8%
B = 52.9%

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

#AB18DB (or 0xAB18DB) is known color: Dark Violet. HEX triplet: AB, 18 and DB. RGB value is (171,24,219). Sum of RGB (Red+Green+Blue) = 171+24+219=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB18DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18DB is #54E724. Grayscale: #595959. Windows color (decimal): -5564197 or 14358699. OLE color: 14358699.

HSL color Cylindrical-coordinate representation of color #AB18DB: hue angle of 285.23º 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 #AB18DB is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 24 219 -
CMYK 0.22 0.89 0 0.14
HSL 285.23º 0.8% 0.48% -
HSV(B) 285.23º 0.89% 0.86% -
XYZ 29.91 14.43 68.23 -
YUV 90.18 200.7 185.64 -
System Red Green Blue C M Y K H S L
Decimal 171 24 219 0.22 0.89 0 0.14 285.23 0.8 0.48
Hex AB 18 DB 16 59 0 E 11D 50 30
Octal 253 30 333 26 131 0 16 435 120 60
Binary 10101011 11000 11011011 10110 1011001 0 1110 100011101 1010000 110000

Color Harmonies of #AB18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18DB

Black with #AB18DB

Text Example


Text Example

White with #AB18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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