Html Css Color HEX #A819DB Dark Violet

📋 copy color: '#A819DB'

red 168 ◦ green 25 ◦ blue 219

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

Shades of Dark Violet #A819DB

Tints of Dark Violet #A819DB

RGB

 RED value IS 168 (66.02% from 255) = 40.78%

 GREEN value IS 25 (10.16% from 255) = 6.07%

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

R = 40.78%
G = 6.07%
B = 53.16%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A819DB (or 0xA819DB) is known color: Dark Violet. HEX triplet: A8, 19 and DB. RGB value is (168,25,219). Sum of RGB (Red+Green+Blue) = 168+25+219=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #A819DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819DB is #57E624. Grayscale: #595959. Windows color (decimal): -5760549 or 14358952. OLE color: 14358952.

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

Color convert

RGB 168 25 219 -
CMYK 0.23 0.89 0 0.14
HSL 284.23º 0.8% 0.48% -
HSV(B) 284.23º 0.89% 0.86% -
XYZ 29.28 14.13 68.2 -
YUV 89.87 200.88 183.73 -
System Red Green Blue C M Y K H S L
Decimal 168 25 219 0.23 0.89 0 0.14 284.23 0.8 0.48
Hex A8 19 DB 17 59 0 E 11C 50 30
Octal 250 31 333 27 131 0 16 434 120 60
Binary 10101000 11001 11011011 10111 1011001 0 1110 100011100 1010000 110000

Color Harmonies of #A819DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819DB

Black with #A819DB

Text Example


Text Example

White with #A819DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819DB; }

 p { color: rgb(168,25,219); }

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

background-color css

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

 a { background-color: rgb(168,25,219); }

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

border-color css

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

 span { border-color: rgb(168,25,219); }

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