#A56BAF

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

Shades of Violet Blue #A56BAF

Tints of Violet Blue #A56BAF

Color information

#A56BAF (or 0xA56BAF) is unknown color: approx Violet Blue. HEX triplet: A5, 6B and AF. RGB value is (165,107,175). Sum of RGB (Red+Green+Blue) = 165+107+175=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #A56BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56BAF is #5A9450. Grayscale: #838383. Windows color (decimal): -5936209 or 11496357. OLE color: 11496357.

HSL color Cylindrical-coordinate representation of color #A56BAF: hue angle of 291.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56BAF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165107175-
CMYK0.060.3900.31
HSL291.18º29.82%55.29%-
HSV(B)291.18º38.86%68.63%-
XYZ28.5121.6143.23-
YUV132.09152.22151.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=36.91%
G=23.94%
B=39.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651071750.060.3900.31291.1829.8255.29
HexA56BAF62701F1231e37
Octal2451532576470374433667
Binary1010010111010111010111111010011101111110010001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BAF; }

 p { color: rgb(165,107,175); }

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

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

 a { background-color: rgb(165,107,175); }

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

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

 span { border-color: rgb(165,107,175); }

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