Html Css Color HEX #A20DE2 Dark Violet

📋 copy color: '#A20DE2'

red 162 ◦ green 13 ◦ blue 226

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

Shades of Dark Violet #A20DE2

Tints of Dark Violet #A20DE2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.24%

 BLUE value IS 226 (88.67% from 255) = 56.36%

R = 40.4%
G = 3.24%
B = 56.36%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A20DE2 (or 0xA20DE2) is known color: Dark Violet. HEX triplet: A2, 0D and E2. RGB value is (162,13,226). Sum of RGB (Red+Green+Blue) = 162+13+226=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 226 (88.67% from 255 or 56.36% from 401); Max value from RGB is 226 - color contains mainly: blue. Hex color #A20DE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DE2 is #5DF21D. Grayscale: #515151. Windows color (decimal): -6156830 or 14814626. OLE color: 14814626.

HSL color Cylindrical-coordinate representation of color #A20DE2: hue angle of 281.97º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20DE2 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 13 226 -
CMYK 0.28 0.94 0 0.11
HSL 281.97º 0.89% 0.47% -
HSV(B) 281.97º 0.94% 0.89% -
XYZ 28.77 13.46 73.03 -
YUV 81.83 209.36 185.18 -
System Red Green Blue C M Y K H S L
Decimal 162 13 226 0.28 0.94 0 0.11 281.97 0.89 0.47
Hex A2 D E2 1C 5E 0 B 11A 59 2F
Octal 242 15 342 34 136 0 13 432 131 57
Binary 10100010 1101 11100010 11100 1011110 0 1011 100011010 1011001 101111

Color Harmonies of #A20DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DE2

Black with #A20DE2

Text Example


Text Example

White with #A20DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DE2; }

 p { color: rgb(162,13,226); }

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

background-color css

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

 a { background-color: rgb(162,13,226); }

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

border-color css

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

 span { border-color: rgb(162,13,226); }

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