#A56CAF

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

Shades of Violet Blue #A56CAF

Tints of Violet Blue #A56CAF

Color information

#A56CAF (or 0xA56CAF) is unknown color: approx Violet Blue. HEX triplet: A5, 6C and AF. RGB value is (165,108,175). Sum of RGB (Red+Green+Blue) = 165+108+175=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #A56CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56CAF is #5A9350. Grayscale: #848484. Windows color (decimal): -5935953 or 11496613. OLE color: 11496613.

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

Color convert

RGB165108175-
CMYK0.060.3800.31
HSL291.04º29.52%55.49%-
HSV(B)291.04º38.29%68.63%-
XYZ28.6221.8243.26-
YUV132.68151.88151.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 108 (42.58% from 255) = 24.11%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=36.83%
G=24.11%
B=39.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651081750.060.3800.31291.0429.5255.49
HexA56CAF62601F1231e37
Octal2451542576460374433667
Binary1010010111011001010111111010011001111110010001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CAF; }

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

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

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

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

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

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

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

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