Html Css Color HEX #A20BEA Dark Violet

📋 copy color: '#A20BEA'

red 162 ◦ green 11 ◦ blue 234

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

Shades of Dark Violet #A20BEA

Tints of Dark Violet #A20BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

 BLUE value IS 234 (91.8% from 255) = 57.49%

R = 39.8%
G = 2.7%
B = 57.49%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A20BEA (or 0xA20BEA) is known color: Dark Violet. HEX triplet: A2, 0B and EA. RGB value is (162,11,234). Sum of RGB (Red+Green+Blue) = 162+11+234=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #A20BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20BEA is #5DF415. Grayscale: #505050. Windows color (decimal): -6157334 or 15338402. OLE color: 15338402.

HSL color Cylindrical-coordinate representation of color #A20BEA: hue angle of 280.63º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20BEA is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 11 234 -
CMYK 0.31 0.95 0 0.08
HSL 280.63º 0.91% 0.48% -
HSV(B) 280.63º 0.95% 0.92% -
XYZ 29.87 13.86 78.94 -
YUV 81.57 214.03 185.37 -
System Red Green Blue C M Y K H S L
Decimal 162 11 234 0.31 0.95 0 0.08 280.63 0.91 0.48
Hex A2 B EA 1F 5F 0 8 119 5B 30
Octal 242 13 352 37 137 0 10 431 133 60
Binary 10100010 1011 11101010 11111 1011111 0 1000 100011001 1011011 110000

Color Harmonies of #A20BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BEA

Black with #A20BEA

Text Example


Text Example

White with #A20BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BEA; }

 p { color: rgb(162,11,234); }

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

background-color css

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

 a { background-color: rgb(162,11,234); }

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

border-color css

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

 span { border-color: rgb(162,11,234); }

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