#A565AA

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

Shades of Violet Blue #A565AA

Tints of Violet Blue #A565AA

Color information

#A565AA (or 0xA565AA) is unknown color: approx Violet Blue. HEX triplet: A5, 65 and AA. RGB value is (165,101,170). Sum of RGB (Red+Green+Blue) = 165+101+170=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #A565AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A565AA is #5A9A55. Grayscale: #7F7F7F. Windows color (decimal): -5937750 or 11167141. OLE color: 11167141.

HSL color Cylindrical-coordinate representation of color #A565AA: hue angle of 295.65º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A565AA is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165101170-
CMYK0.030.4100.33
HSL295.65º28.87%53.14%-
HSV(B)295.65º40.59%66.67%-
XYZ27.4320.2140.49-
YUV128151.7154.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=37.84%
G=23.17%
B=38.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651011700.030.4100.33295.6528.8753.14
HexA565AA3290211281d35
Octal2451452523510414503565
Binary1010010111001011010101011101001010000110010100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A565AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A565AA; }

 p { color: rgb(165,101,170); }

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

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

 a { background-color: rgb(165,101,170); }

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

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

 span { border-color: rgb(165,101,170); }

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