#a032ee

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

Shades of Blue Violet #A032EE

Tints of Blue Violet #A032EE

Color information

#A032EE (or 0xA032EE) is unknown color: approx Blue Violet. HEX triplet: A0, 32 and EE. RGB value is (160,50,238). Sum of RGB (Red+Green+Blue) = 160+50+238=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #A032EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032EE is #5FCD11. Grayscale: #676767. Windows color (decimal): -6278418 or 15610528. OLE color: 15610528.

HSL color Cylindrical-coordinate representation of color #A032EE: hue angle of 275.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A032EE is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16050238-
CMYK0.330.7900.07
HSL275.11º84.68%56.47%-
HSV(B)275.11º78.99%93.33%-
XYZ31.0715.9382.33-
YUV104.32203.44167.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 50 (19.92% from 255) = 11.16%
BLUE value IS 238 (93.36% from 255) = 53.12%
R=35.71%
G=11.16%
B=53.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160502380.330.7900.07275.1184.6856.47
HexA032EE214F071135538
Octal24062356411170742312570
Binary1010000011001011101110100001100111101111000100111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a032ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a032ee; }

 p { color: rgb(160,50,238); }

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

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

 a { background-color: rgb(160,50,238); }

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

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

 span { border-color: rgb(160,50,238); }

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