#A56FAF

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

Shades of Violet Blue #A56FAF

Tints of Violet Blue #A56FAF

Color information

#A56FAF (or 0xA56FAF) is unknown color: approx Violet Blue. HEX triplet: A5, 6F and AF. RGB value is (165,111,175). Sum of RGB (Red+Green+Blue) = 165+111+175=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #A56FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56FAF is #5A9050. Grayscale: #868686. Windows color (decimal): -5935185 or 11497381. OLE color: 11497381.

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

Color convert

RGB165111175-
CMYK0.060.3700.31
HSL290.62º28.57%56.08%-
HSV(B)290.62º36.57%68.63%-
XYZ28.9422.4643.37-
YUV134.44150.89149.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=36.59%
G=24.61%
B=38.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651111750.060.3700.31290.6228.5756.08
HexA56FAF62501F1231d38
Octal2451572576450374433570
Binary1010010111011111010111111010010101111110010001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FAF; }

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

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

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

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

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

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

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

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