#A564B2

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

Shades of Violet Blue #A564B2

Tints of Violet Blue #A564B2

Color information

#A564B2 (or 0xA564B2) is unknown color: approx Violet Blue. HEX triplet: A5, 64 and B2. RGB value is (165,100,178). Sum of RGB (Red+Green+Blue) = 165+100+178=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #A564B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A564B2 is #5A9B4D. Grayscale: #808080. Windows color (decimal): -5937998 or 11691173. OLE color: 11691173.

HSL color Cylindrical-coordinate representation of color #A564B2: hue angle of 290º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A564B2 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165100178-
CMYK0.070.4400.30
HSL290º33.62%54.51%-
HSV(B)290º43.82%69.8%-
XYZ28.1120.3344.56-
YUV128.33156.03154.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=37.25%
G=22.57%
B=40.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651001780.070.4400.3029033.6254.51
HexA564B272C01E1222237
Octal2451442627540364424267
Binary10100101110010010110010111101100011110100100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564B2; }

 p { color: rgb(165,100,178); }

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

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

 a { background-color: rgb(165,100,178); }

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

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

 span { border-color: rgb(165,100,178); }

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