Html Css Color HEX #A20EB3 Dark Violet

📋 copy color: '#A20EB3'

red 162 ◦ green 14 ◦ blue 179

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

Shades of Dark Violet #A20EB3

Tints of Dark Violet #A20EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.42%

R = 45.63%
G = 3.94%
B = 50.42%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A20EB3 (or 0xA20EB3) is known color: Dark Violet. HEX triplet: A2, 0E and B3. RGB value is (162,14,179). Sum of RGB (Red+Green+Blue) = 162+14+179=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #A20EB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EB3 is #5DF14C. Grayscale: #4C4C4C. Windows color (decimal): -6156621 or 11734690. OLE color: 11734690.

HSL color Cylindrical-coordinate representation of color #A20EB3: hue angle of 293.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20EB3 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 14 179 -
CMYK 0.09 0.92 0 0.30
HSL 293.82º 0.85% 0.38% -
HSV(B) 293.82º 0.92% 0.7% -
XYZ 23.19 11.25 43.6 -
YUV 77.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 162 14 179 0.09 0.92 0 0.30 293.82 0.85 0.38
Hex A2 E B3 9 5C 0 1E 126 55 26
Octal 242 16 263 11 134 0 36 446 125 46
Binary 10100010 1110 10110011 1001 1011100 0 11110 100100110 1010101 100110

Color Harmonies of #A20EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20EB3

Black with #A20EB3

Text Example


Text Example

White with #A20EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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