Html Css Color HEX #A20CEB Dark Violet

📋 copy color: '#A20CEB'

red 162 ◦ green 12 ◦ blue 235

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

Shades of Dark Violet #A20CEB

Tints of Dark Violet #A20CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.93%

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

R = 39.61%
G = 2.93%
B = 57.46%

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

#A20CEB (or 0xA20CEB) is known color: Dark Violet. HEX triplet: A2, 0C and EB. RGB value is (162,12,235). Sum of RGB (Red+Green+Blue) = 162+12+235=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #A20CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CEB is #5DF314. Grayscale: #515151. Windows color (decimal): -6157077 or 15404194. OLE color: 15404194.

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

Color convert

RGB 162 12 235 -
CMYK 0.31 0.95 0 0.08
HSL 280.36º 0.9% 0.48% -
HSV(B) 280.36º 0.95% 0.92% -
XYZ 30.03 13.94 79.71 -
YUV 82.27 214.2 184.87 -
System Red Green Blue C M Y K H S L
Decimal 162 12 235 0.31 0.95 0 0.08 280.36 0.9 0.48
Hex A2 C EB 1F 5F 0 8 118 5A 30
Octal 242 14 353 37 137 0 10 430 132 60
Binary 10100010 1100 11101011 11111 1011111 0 1000 100011000 1011010 110000

Color Harmonies of #A20CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CEB

Black with #A20CEB

Text Example


Text Example

White with #A20CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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