Html Css Color HEX #A028FE Blue Violet

📋 copy color: '#A028FE'

red 160 ◦ green 40 ◦ blue 254

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

Shades of Blue Violet #A028FE

Tints of Blue Violet #A028FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.95%

R = 35.24%
G = 8.81%
B = 55.95%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A028FE (or 0xA028FE) is known color: Blue Violet. HEX triplet: A0, 28 and FE. RGB value is (160,40,254). Sum of RGB (Red+Green+Blue) = 160+40+254=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #A028FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A028FE is #5FD701. Grayscale: #636363. Windows color (decimal): -6280962 or 16656544. OLE color: 16656544.

HSL color Cylindrical-coordinate representation of color #A028FE: hue angle of 273.64º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A028FE is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 40 254 -
CMYK 0.37 0.84 0 0.00
HSL 273.64º 0.99% 0.58% -
HSV(B) 273.64º 0.84% 1% -
XYZ 33.15 16.15 95.14 -
YUV 100.28 214.76 170.6 -
System Red Green Blue C M Y K H S L
Decimal 160 40 254 0.37 0.84 0 0.00 273.64 0.99 0.58
Hex A0 28 FE 25 54 0 0 112 63 3A
Octal 240 50 376 45 124 0 0 422 143 72
Binary 10100000 101000 11111110 100101 1010100 0 0 100010010 1100011 111010

Color Harmonies of #A028FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028FE

Black with #A028FE

Text Example


Text Example

White with #A028FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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