Html Css Color HEX #A20BEB Dark Violet

📋 copy color: '#A20BEB'

red 162 ◦ green 11 ◦ blue 235

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

Shades of Dark Violet #A20BEB

Tints of Dark Violet #A20BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.6%

R = 39.71%
G = 2.7%
B = 57.6%

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

#A20BEB (or 0xA20BEB) is known color: Dark Violet. HEX triplet: A2, 0B and EB. RGB value is (162,11,235). Sum of RGB (Red+Green+Blue) = 162+11+235=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #A20BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20BEB is #5DF414. Grayscale: #505050. Windows color (decimal): -6157333 or 15403938. OLE color: 15403938.

HSL color Cylindrical-coordinate representation of color #A20BEB: hue angle of 280.45º 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 #A20BEB is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 11 235 -
CMYK 0.31 0.95 0 0.08
HSL 280.45º 0.91% 0.48% -
HSV(B) 280.45º 0.95% 0.92% -
XYZ 30.02 13.92 79.7 -
YUV 81.69 214.53 185.29 -
System Red Green Blue C M Y K H S L
Decimal 162 11 235 0.31 0.95 0 0.08 280.45 0.91 0.48
Hex A2 B EB 1F 5F 0 8 118 5B 30
Octal 242 13 353 37 137 0 10 430 133 60
Binary 10100010 1011 11101011 11111 1011111 0 1000 100011000 1011011 110000

Color Harmonies of #A20BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BEB

Black with #A20BEB

Text Example


Text Example

White with #A20BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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