#A955A5

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

Shades of Violet Blue #A955A5

Tints of Violet Blue #A955A5

Color information

#A955A5 (or 0xA955A5) is unknown color: approx Violet Blue. HEX triplet: A9, 55 and A5. RGB value is (169,85,165). Sum of RGB (Red+Green+Blue) = 169+85+165=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A955A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A955A5 is #56AA5A. Grayscale: #777777. Windows color (decimal): -5679707 or 10835369. OLE color: 10835369.

HSL color Cylindrical-coordinate representation of color #A955A5: hue angle of 302.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A955A5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16985165-
CMYK00.500.020.34
HSL302.86º33.07%49.8%-
HSV(B)302.86º49.7%66.27%-
XYZ26.417.6537.61-
YUV119.24153.83163.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 165 (64.84% from 255) = 39.38%
R=40.33%
G=20.29%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698516500.500.020.34302.8633.0749.8
HexA955A503222212f2132
Octal2511252450622424574162
Binary10101001101010110100101011001010100010100101111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A955A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A955A5; }

 p { color: rgb(169,85,165); }

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

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

 a { background-color: rgb(169,85,165); }

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

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

 span { border-color: rgb(169,85,165); }

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