#A551A2

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

Shades of Violet Blue #A551A2

Tints of Violet Blue #A551A2

Color information

#A551A2 (or 0xA551A2) is unknown color: approx Violet Blue. HEX triplet: A5, 51 and A2. RGB value is (165,81,162). Sum of RGB (Red+Green+Blue) = 165+81+162=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A551A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A551A2 is #5AAE5D. Grayscale: #737373. Windows color (decimal): -5942878 or 10637733. OLE color: 10637733.

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

Color convert

RGB16581162-
CMYK00.510.020.35
HSL302.14º34.15%48.24%-
HSV(B)302.14º50.91%64.71%-
XYZ24.9816.4936.05-
YUV115.35154.33163.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 81 (32.03% from 255) = 19.85%
BLUE value IS 162 (63.67% from 255) = 39.71%
R=40.44%
G=19.85%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658116200.510.020.35302.1434.1548.24
HexA551A203322312e2230
Octal2451212420632434564260
Binary10100101101000110100010011001110100011100101110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A551A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A551A2; }

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

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

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

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

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

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

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

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