Html Css Color HEX #A20AD6 Dark Violet

📋 copy color: '#A20AD6'

red 162 ◦ green 10 ◦ blue 214

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

Shades of Dark Violet #A20AD6

Tints of Dark Violet #A20AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.59%

 BLUE value IS 214 (83.98% from 255) = 55.44%

R = 41.97%
G = 2.59%
B = 55.44%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A20AD6 (or 0xA20AD6) is known color: Dark Violet. HEX triplet: A2, 0A and D6. RGB value is (162,10,214). Sum of RGB (Red+Green+Blue) = 162+10+214=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #A20AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AD6 is #5DF529. Grayscale: #4E4E4E. Windows color (decimal): -6157610 or 14027426. OLE color: 14027426.

HSL color Cylindrical-coordinate representation of color #A20AD6: hue angle of 284.71º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20AD6 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 10 214 -
CMYK 0.24 0.95 0 0.16
HSL 284.71º 0.91% 0.44% -
HSV(B) 284.71º 0.95% 0.84% -
XYZ 27.15 12.75 64.65 -
YUV 78.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 162 10 214 0.24 0.95 0 0.16 284.71 0.91 0.44
Hex A2 A D6 18 5F 0 10 11D 5B 2C
Octal 242 12 326 30 137 0 20 435 133 54
Binary 10100010 1010 11010110 11000 1011111 0 10000 100011101 1011011 101100

Color Harmonies of #A20AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20AD6

Black with #A20AD6

Text Example


Text Example

White with #A20AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20AD6; }

 p { color: rgb(162,10,214); }

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

background-color css

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

 a { background-color: rgb(162,10,214); }

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

border-color css

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

 span { border-color: rgb(162,10,214); }

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