Html Css Color HEX #A028EB Blue Violet

📋 copy color: '#A028EB'

red 160 ◦ green 40 ◦ blue 235

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

Shades of Blue Violet #A028EB

Tints of Blue Violet #A028EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.2%

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

R = 36.78%
G = 9.2%
B = 54.02%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A028EB (or 0xA028EB) is known color: Blue Violet. HEX triplet: A0, 28 and EB. RGB value is (160,40,235). Sum of RGB (Red+Green+Blue) = 160+40+235=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #A028EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A028EB is #5FD714. Grayscale: #616161. Windows color (decimal): -6280981 or 15411360. OLE color: 15411360.

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

Color convert

RGB 160 40 235 -
CMYK 0.32 0.83 0 0.08
HSL 276.92º 0.83% 0.54% -
HSV(B) 276.92º 0.83% 0.92% -
XYZ 30.25 14.99 79.9 -
YUV 98.11 205.26 172.14 -
System Red Green Blue C M Y K H S L
Decimal 160 40 235 0.32 0.83 0 0.08 276.92 0.83 0.54
Hex A0 28 EB 20 53 0 8 115 53 36
Octal 240 50 353 40 123 0 10 425 123 66
Binary 10100000 101000 11101011 100000 1010011 0 1000 100010101 1010011 110110

Color Harmonies of #A028EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028EB

Black with #A028EB

Text Example


Text Example

White with #A028EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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