#A566A2

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

Shades of Violet Blue #A566A2

Tints of Violet Blue #A566A2

Color information

#A566A2 (or 0xA566A2) is unknown color: approx Violet Blue. HEX triplet: A5, 66 and A2. RGB value is (165,102,162). Sum of RGB (Red+Green+Blue) = 165+102+162=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A566A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A566A2 is #5A995D. Grayscale: #7F7F7F. Windows color (decimal): -5937502 or 10643109. OLE color: 10643109.

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

Color convert

RGB165102162-
CMYK00.380.020.35
HSL302.86º25.93%52.35%-
HSV(B)302.86º38.18%64.71%-
XYZ26.7920.1136.65-
YUV127.68147.37154.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=38.46%
G=23.78%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510216200.380.020.35302.8625.9352.35
HexA566A202622312f1a34
Octal2451462420462434573264
Binary1010010111001101010001001001101010001110010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A566A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A566A2; }

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

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

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

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

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

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

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

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