#A56BAD

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

Shades of Violet Blue #A56BAD

Tints of Violet Blue #A56BAD

Color information

#A56BAD (or 0xA56BAD) is unknown color: approx Violet Blue. HEX triplet: A5, 6B and AD. RGB value is (165,107,173). Sum of RGB (Red+Green+Blue) = 165+107+173=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #A56BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56BAD is #5A9452. Grayscale: #838383. Windows color (decimal): -5936211 or 11365285. OLE color: 11365285.

HSL color Cylindrical-coordinate representation of color #A56BAD: hue angle of 292.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56BAD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165107173-
CMYK0.050.3800.32
HSL292.73º28.7%54.9%-
HSV(B)292.73º38.15%67.84%-
XYZ28.3221.5342.2-
YUV131.87151.22151.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=37.08%
G=24.04%
B=38.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651071730.050.3800.32292.7328.754.9
HexA56BAD5260201251d37
Octal2451532555460404453567
Binary10100101110101110101101101100110010000010010010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56BAD; }

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

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

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

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

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

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

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

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