Html Css Color HEX #A619DD Dark Violet

📋 copy color: '#A619DD'

red 166 ◦ green 25 ◦ blue 221

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

Shades of Dark Violet #A619DD

Tints of Dark Violet #A619DD

RGB

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

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

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

R = 40.29%
G = 6.07%
B = 53.64%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A619DD (or 0xA619DD) is known color: Dark Violet. HEX triplet: A6, 19 and DD. RGB value is (166,25,221). Sum of RGB (Red+Green+Blue) = 166+25+221=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #A619DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619DD is #59E622. Grayscale: #585858. Windows color (decimal): -5891619 or 14490022. OLE color: 14490022.

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

Color convert

RGB 166 25 221 -
CMYK 0.25 0.89 0 0.13
HSL 283.16º 0.8% 0.48% -
HSV(B) 283.16º 0.89% 0.87% -
XYZ 29.12 14.02 69.58 -
YUV 89.5 202.21 182.56 -
System Red Green Blue C M Y K H S L
Decimal 166 25 221 0.25 0.89 0 0.13 283.16 0.8 0.48
Hex A6 19 DD 19 59 0 D 11B 50 30
Octal 246 31 335 31 131 0 15 433 120 60
Binary 10100110 11001 11011101 11001 1011001 0 1101 100011011 1010000 110000

Color Harmonies of #A619DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619DD

Black with #A619DD

Text Example


Text Example

White with #A619DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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