Html Css Color HEX #A618DB Dark Violet

📋 copy color: '#A618DB'

red 166 ◦ green 24 ◦ blue 219

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

Shades of Dark Violet #A618DB

Tints of Dark Violet #A618DB

RGB

 RED value IS 166 (65.23% from 255) = 40.59%

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

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

R = 40.59%
G = 5.87%
B = 53.55%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A618DB (or 0xA618DB) is known color: Dark Violet. HEX triplet: A6, 18 and DB. RGB value is (166,24,219). Sum of RGB (Red+Green+Blue) = 166+24+219=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #A618DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618DB is #59E724. Grayscale: #585858. Windows color (decimal): -5891877 or 14358694. OLE color: 14358694.

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

Color convert

RGB 166 24 219 -
CMYK 0.24 0.89 0 0.14
HSL 283.69º 0.8% 0.48% -
HSV(B) 283.69º 0.89% 0.86% -
XYZ 28.84 13.87 68.18 -
YUV 88.69 201.54 183.14 -
System Red Green Blue C M Y K H S L
Decimal 166 24 219 0.24 0.89 0 0.14 283.69 0.8 0.48
Hex A6 18 DB 18 59 0 E 11C 50 30
Octal 246 30 333 30 131 0 16 434 120 60
Binary 10100110 11000 11011011 11000 1011001 0 1110 100011100 1010000 110000

Color Harmonies of #A618DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618DB

Black with #A618DB

Text Example


Text Example

White with #A618DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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