Html Css Color HEX #A219DA Dark Violet

📋 copy color: '#A219DA'

red 162 ◦ green 25 ◦ blue 218

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

Shades of Dark Violet #A219DA

Tints of Dark Violet #A219DA

RGB

 RED value IS 162 (63.67% from 255) = 40%

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

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

R = 40%
G = 6.17%
B = 53.83%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A219DA (or 0xA219DA) is known color: Dark Violet. HEX triplet: A2, 19 and DA. RGB value is (162,25,218). Sum of RGB (Red+Green+Blue) = 162+25+218=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #A219DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219DA is #5DE625. Grayscale: #575757. Windows color (decimal): -6153766 or 14293410. OLE color: 14293410.

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

Color convert

RGB 162 25 218 -
CMYK 0.26 0.89 0 0.15
HSL 282.59º 0.79% 0.48% -
HSV(B) 282.59º 0.89% 0.85% -
XYZ 27.9 13.44 67.45 -
YUV 87.97 201.39 180.81 -
System Red Green Blue C M Y K H S L
Decimal 162 25 218 0.26 0.89 0 0.15 282.59 0.79 0.48
Hex A2 19 DA 1A 59 0 F 11B 4F 30
Octal 242 31 332 32 131 0 17 433 117 60
Binary 10100010 11001 11011010 11010 1011001 0 1111 100011011 1001111 110000

Color Harmonies of #A219DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219DA

Black with #A219DA

Text Example


Text Example

White with #A219DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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