Html Css Color HEX #A020EB Blue Violet

📋 copy color: '#A020EB'

red 160 ◦ green 32 ◦ blue 235

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

Shades of Blue Violet #A020EB

Tints of Blue Violet #A020EB

RGB

 RED value IS 160 (62.89% from 255) = 37.47%

 GREEN value IS 32 (12.89% from 255) = 7.49%

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

R = 37.47%
G = 7.49%
B = 55.04%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A020EB (or 0xA020EB) is known color: Blue Violet. HEX triplet: A0, 20 and EB. RGB value is (160,32,235). Sum of RGB (Red+Green+Blue) = 160+32+235=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #A020EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A020EB is #5FDF14. Grayscale: #5C5C5C. Windows color (decimal): -6283029 or 15409312. OLE color: 15409312.

HSL color Cylindrical-coordinate representation of color #A020EB: hue angle of 277.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A020EB is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 32 235 -
CMYK 0.32 0.86 0 0.08
HSL 277.83º 0.84% 0.52% -
HSV(B) 277.83º 0.86% 0.92% -
XYZ 30.01 14.5 79.82 -
YUV 93.41 207.91 175.49 -
System Red Green Blue C M Y K H S L
Decimal 160 32 235 0.32 0.86 0 0.08 277.83 0.84 0.52
Hex A0 20 EB 20 56 0 8 116 54 34
Octal 240 40 353 40 126 0 10 426 124 64
Binary 10100000 100000 11101011 100000 1010110 0 1000 100010110 1010100 110100

Color Harmonies of #A020EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020EB

Black with #A020EB

Text Example


Text Example

White with #A020EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020EB; }

 p { color: rgb(160,32,235); }

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

background-color css

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

 a { background-color: rgb(160,32,235); }

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

border-color css

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

 span { border-color: rgb(160,32,235); }

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