#A532EB

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

Shades of Blue Violet #A532EB

Tints of Blue Violet #A532EB

Color information

#A532EB (or 0xA532EB) is unknown color: approx Blue Violet. HEX triplet: A5, 32 and EB. RGB value is (165,50,235). Sum of RGB (Red+Green+Blue) = 165+50+235=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #A532EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A532EB is #5ACD14. Grayscale: #686868. Windows color (decimal): -5950741 or 15413925. OLE color: 15413925.

HSL color Cylindrical-coordinate representation of color #A532EB: hue angle of 277.3º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A532EB is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16550235-
CMYK0.300.7900.08
HSL277.3º82.22%55.88%-
HSV(B)277.3º78.72%92.16%-
XYZ31.6516.2880.07-
YUV105.48201.1170.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 50 (19.92% from 255) = 11.11%
BLUE value IS 235 (92.19% from 255) = 52.22%
R=36.67%
G=11.11%
B=52.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal165502350.300.7900.08277.382.2255.88
HexA532EB1E4F081155238
Octal245623533611701042512270
Binary1010010111001011101011111101001111010001000101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A532EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A532EB; }

 p { color: rgb(165,50,235); }

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

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

 a { background-color: rgb(165,50,235); }

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

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

 span { border-color: rgb(165,50,235); }

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