#A251A2

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

Shades of Violet Blue #A251A2

Tints of Violet Blue #A251A2

Color information

#A251A2 (or 0xA251A2) is unknown color: approx Violet Blue. HEX triplet: A2, 51 and A2. RGB value is (162,81,162). Sum of RGB (Red+Green+Blue) = 162+81+162=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A251A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A251A2 is #5DAE5D. Grayscale: #727272. Windows color (decimal): -6139486 or 10637730. OLE color: 10637730.

HSL color Cylindrical-coordinate representation of color #A251A2: hue angle of 300º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A251A2 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16281162-
CMYK00.5000.36
HSL300º33.33%47.65%-
HSV(B)300º50%63.53%-
XYZ24.3616.1736.02-
YUV114.45154.84161.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 162 (63.67% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628116200.5000.3630033.3347.65
HexA251A203202412c2130
Octal2421212420620444544160
Binary1010001010100011010001001100100100100100101100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A251A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A251A2; }

 p { color: rgb(162,81,162); }

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

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

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

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

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

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

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