#A035FB

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

Shades of Blue Violet #A035FB

Tints of Blue Violet #A035FB

Color information

#A035FB (or 0xA035FB) is unknown color: approx Blue Violet. HEX triplet: A0, 35 and FB. RGB value is (160,53,251). Sum of RGB (Red+Green+Blue) = 160+53+251=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #A035FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A035FB is #5FCA04. Grayscale: #6A6A6A. Windows color (decimal): -6277637 or 16463264. OLE color: 16463264.

HSL color Cylindrical-coordinate representation of color #A035FB: hue angle of 272.42º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A035FB is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16053251-
CMYK0.360.7900.02
HSL272.42º96.12%59.61%-
HSV(B)272.42º78.88%98.43%-
XYZ33.1816.9892.8-
YUV107.56208.95165.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 53 (21.09% from 255) = 11.42%
BLUE value IS 251 (98.44% from 255) = 54.09%
R=34.48%
G=11.42%
B=54.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160532510.360.7900.02272.4296.1259.61
HexA035FB244F02110603c
Octal24065373441170242014074
Binary101000001101011111101110010010011110101000100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A035FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A035FB; }

 p { color: rgb(160,53,251); }

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

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

 a { background-color: rgb(160,53,251); }

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

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

 span { border-color: rgb(160,53,251); }

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