#A55DAA

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

Shades of Violet Blue #A55DAA

Tints of Violet Blue #A55DAA

Color information

#A55DAA (or 0xA55DAA) is unknown color: approx Violet Blue. HEX triplet: A5, 5D and AA. RGB value is (165,93,170). Sum of RGB (Red+Green+Blue) = 165+93+170=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #A55DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55DAA is #5AA255. Grayscale: #7B7B7B. Windows color (decimal): -5939798 or 11165093. OLE color: 11165093.

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

Color convert

RGB16593170-
CMYK0.030.4500.33
HSL296.1º31.17%51.57%-
HSV(B)296.1º45.29%66.67%-
XYZ26.6918.7340.24-
YUV123.31154.35157.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=38.55%
G=21.73%
B=39.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165931700.030.4500.33296.131.1751.57
HexA55DAA32D0211281f34
Octal2451352523550414503764
Binary1010010110111011010101011101101010000110010100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55DAA; }

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

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

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

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

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

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

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

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