Html Css Color HEX #A819DD Dark Violet

📋 copy color: '#A819DD'

red 168 ◦ green 25 ◦ blue 221

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

Shades of Dark Violet #A819DD

Tints of Dark Violet #A819DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 40.58%
G = 6.04%
B = 53.38%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A819DD (or 0xA819DD) is known color: Dark Violet. HEX triplet: A8, 19 and DD. RGB value is (168,25,221). Sum of RGB (Red+Green+Blue) = 168+25+221=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #A819DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819DD is #57E622. Grayscale: #595959. Windows color (decimal): -5760547 or 14490024. OLE color: 14490024.

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

Color convert

RGB 168 25 221 -
CMYK 0.24 0.89 0 0.13
HSL 283.78º 0.8% 0.48% -
HSV(B) 283.78º 0.89% 0.87% -
XYZ 29.55 14.24 69.6 -
YUV 90.1 201.88 183.56 -
System Red Green Blue C M Y K H S L
Decimal 168 25 221 0.24 0.89 0 0.13 283.78 0.8 0.48
Hex A8 19 DD 18 59 0 D 11C 50 30
Octal 250 31 335 30 131 0 15 434 120 60
Binary 10101000 11001 11011101 11000 1011001 0 1101 100011100 1010000 110000

Color Harmonies of #A819DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A819DD

Black with #A819DD

Text Example


Text Example

White with #A819DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A819DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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