Html Css Color HEX #A20DEE Dark Violet

📋 copy color: '#A20DEE'

red 162 ◦ green 13 ◦ blue 238

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

Shades of Dark Violet #A20DEE

Tints of Dark Violet #A20DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.63%

R = 39.23%
G = 3.15%
B = 57.63%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A20DEE (or 0xA20DEE) is known color: Dark Violet. HEX triplet: A2, 0D and EE. RGB value is (162,13,238). Sum of RGB (Red+Green+Blue) = 162+13+238=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #A20DEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20DEE is #5DF211. Grayscale: #525252. Windows color (decimal): -6156818 or 15601058. OLE color: 15601058.

HSL color Cylindrical-coordinate representation of color #A20DEE: hue angle of 279.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20DEE is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 13 238 -
CMYK 0.32 0.95 0 0.07
HSL 279.73º 0.9% 0.49% -
HSV(B) 279.73º 0.95% 0.93% -
XYZ 30.48 14.14 82.01 -
YUV 83.2 215.36 184.2 -
System Red Green Blue C M Y K H S L
Decimal 162 13 238 0.32 0.95 0 0.07 279.73 0.9 0.49
Hex A2 D EE 20 5F 0 7 118 5A 31
Octal 242 15 356 40 137 0 7 430 132 61
Binary 10100010 1101 11101110 100000 1011111 0 111 100011000 1011010 110001

Color Harmonies of #A20DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20DEE

Black with #A20DEE

Text Example


Text Example

White with #A20DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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