Html Css Color HEX #A619DA Dark Violet

📋 copy color: '#A619DA'

red 166 ◦ green 25 ◦ blue 218

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

Shades of Dark Violet #A619DA

Tints of Dark Violet #A619DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 40.59%
G = 6.11%
B = 53.3%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A619DA (or 0xA619DA) is known color: Dark Violet. HEX triplet: A6, 19 and DA. RGB value is (166,25,218). Sum of RGB (Red+Green+Blue) = 166+25+218=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #A619DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619DA is #59E625. Grayscale: #585858. Windows color (decimal): -5891622 or 14293414. OLE color: 14293414.

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

Color convert

RGB 166 25 218 -
CMYK 0.24 0.89 0 0.15
HSL 283.83º 0.79% 0.48% -
HSV(B) 283.83º 0.89% 0.85% -
XYZ 28.73 13.86 67.49 -
YUV 89.16 200.71 182.81 -
System Red Green Blue C M Y K H S L
Decimal 166 25 218 0.24 0.89 0 0.15 283.83 0.79 0.48
Hex A6 19 DA 18 59 0 F 11C 4F 30
Octal 246 31 332 30 131 0 17 434 117 60
Binary 10100110 11001 11011010 11000 1011001 0 1111 100011100 1001111 110000

Color Harmonies of #A619DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619DA

Black with #A619DA

Text Example


Text Example

White with #A619DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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