Html Css Color HEX #A20EBE Dark Violet

📋 copy color: '#A20EBE'

red 162 ◦ green 14 ◦ blue 190

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

Shades of Dark Violet #A20EBE

Tints of Dark Violet #A20EBE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.83%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 44.26%
G = 3.83%
B = 51.91%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A20EBE (or 0xA20EBE) is known color: Dark Violet. HEX triplet: A2, 0E and BE. RGB value is (162,14,190). Sum of RGB (Red+Green+Blue) = 162+14+190=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #A20EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EBE is #5DF141. Grayscale: #4D4D4D. Windows color (decimal): -6156610 or 12455586. OLE color: 12455586.

HSL color Cylindrical-coordinate representation of color #A20EBE: hue angle of 290.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20EBE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 14 190 -
CMYK 0.15 0.93 0 0.25
HSL 290.45º 0.86% 0.4% -
HSV(B) 290.45º 0.93% 0.75% -
XYZ 24.35 11.71 49.69 -
YUV 78.32 191.03 187.69 -
System Red Green Blue C M Y K H S L
Decimal 162 14 190 0.15 0.93 0 0.25 290.45 0.86 0.4
Hex A2 E BE F 5D 0 19 122 56 28
Octal 242 16 276 17 135 0 31 442 126 50
Binary 10100010 1110 10111110 1111 1011101 0 11001 100100010 1010110 101000

Color Harmonies of #A20EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20EBE

Black with #A20EBE

Text Example


Text Example

White with #A20EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20EBE; }

 p { color: rgb(162,14,190); }

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

background-color css

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

 a { background-color: rgb(162,14,190); }

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

border-color css

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

 span { border-color: rgb(162,14,190); }

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