#A036F8

Color #A036F8 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A036F8

Tints of Blue Violet #A036F8

Color information

#A036F8 (or 0xA036F8) is unknown color: approx Blue Violet. HEX triplet: A0, 36 and F8. RGB value is (160,54,248). Sum of RGB (Red+Green+Blue) = 160+54+248=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #A036F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A036F8 is #5FC907. Grayscale: #6B6B6B. Windows color (decimal): -6277384 or 16266912. OLE color: 16266912.

HSL color Cylindrical-coordinate representation of color #A036F8: hue angle of 272.78º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A036F8 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16054248-
CMYK0.350.7800.03
HSL272.78º93.27%59.22%-
HSV(B)272.78º78.23%97.25%-
XYZ32.7616.8990.34-
YUV107.81207.12165.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 54 (21.48% from 255) = 11.69%
BLUE value IS 248 (97.27% from 255) = 53.68%
R=34.63%
G=11.69%
B=53.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal160542480.350.7800.03272.7893.2759.22
HexA036F8234E031115d3b
Octal24066370431160342113573
Binary101000001101101111100010001110011100111000100011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A036F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A036F8; }

 p { color: rgb(160,54,248); }

 H1.HeaderClassName
 {
   color: #A036F8;
 }
 .AnyTagClassName
 {
   color: #A036F8;
 }
</style>
background-color css

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

 a { background-color: rgb(160,54,248); }

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

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

 span { border-color: rgb(160,54,248); }

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