Html Css Color HEX #A018DB Dark Violet

📋 copy color: '#A018DB'

red 160 ◦ green 24 ◦ blue 219

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

Shades of Dark Violet #A018DB

Tints of Dark Violet #A018DB

RGB

 RED value IS 160 (62.89% from 255) = 39.7%

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

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

R = 39.7%
G = 5.96%
B = 54.34%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A018DB (or 0xA018DB) is known color: Dark Violet. HEX triplet: A0, 18 and DB. RGB value is (160,24,219). Sum of RGB (Red+Green+Blue) = 160+24+219=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #A018DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018DB is #5FE724. Grayscale: #565656. Windows color (decimal): -6285093 or 14358688. OLE color: 14358688.

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

Color convert

RGB 160 24 219 -
CMYK 0.27 0.89 0 0.14
HSL 281.85º 0.8% 0.48% -
HSV(B) 281.85º 0.89% 0.86% -
XYZ 27.61 13.24 68.12 -
YUV 86.89 202.56 180.14 -
System Red Green Blue C M Y K H S L
Decimal 160 24 219 0.27 0.89 0 0.14 281.85 0.8 0.48
Hex A0 18 DB 1B 59 0 E 11A 50 30
Octal 240 30 333 33 131 0 16 432 120 60
Binary 10100000 11000 11011011 11011 1011001 0 1110 100011010 1010000 110000

Color Harmonies of #A018DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018DB

Black with #A018DB

Text Example


Text Example

White with #A018DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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