#A533A2

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

Shades of Violet Blue #A533A2

Tints of Violet Blue #A533A2

Color information

#A533A2 (or 0xA533A2) is unknown color: approx Violet Blue. HEX triplet: A5, 33 and A2. RGB value is (165,51,162). Sum of RGB (Red+Green+Blue) = 165+51+162=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A533A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A533A2 is #5ACC5D. Grayscale: #616161. Windows color (decimal): -5950558 or 10630053. OLE color: 10630053.

HSL color Cylindrical-coordinate representation of color #A533A2: hue angle of 301.58º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A533A2 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16551162-
CMYK00.690.020.35
HSL301.58º52.78%42.35%-
HSV(B)301.58º69.09%64.71%-
XYZ23.2212.9835.46-
YUV97.74164.27175.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 162 (63.67% from 255) = 42.86%
R=43.65%
G=13.49%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655116200.690.020.35301.5852.7842.35
HexA533A204522312e352a
Octal2456324201052434566552
Binary10100101110011101000100100010110100011100101110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A533A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A533A2; }

 p { color: rgb(165,51,162); }

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

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

 a { background-color: rgb(165,51,162); }

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

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

 span { border-color: rgb(165,51,162); }

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