#A955AE

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

Shades of Violet Blue #A955AE

Tints of Violet Blue #A955AE

Color information

#A955AE (or 0xA955AE) is unknown color: approx Violet Blue. HEX triplet: A9, 55 and AE. RGB value is (169,85,174). Sum of RGB (Red+Green+Blue) = 169+85+174=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #A955AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A955AE is #56AA51. Grayscale: #777777. Windows color (decimal): -5679698 or 11425193. OLE color: 11425193.

HSL color Cylindrical-coordinate representation of color #A955AE: hue angle of 296.63º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A955AE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16985174-
CMYK0.030.5100.32
HSL296.63º35.46%50.78%-
HSV(B)296.63º51.15%68.24%-
XYZ27.2517.9942.08-
YUV120.26158.33162.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=39.49%
G=19.86%
B=40.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169851740.030.5100.32296.6335.4650.78
HexA955AE3330201292333
Octal2511252563630404514363
Binary10101001101010110101110111100110100000100101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A955AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A955AE; }

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

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

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

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

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

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

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

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