#A755AE

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

Shades of Violet Blue #A755AE

Tints of Violet Blue #A755AE

Color information

#A755AE (or 0xA755AE) is unknown color: approx Violet Blue. HEX triplet: A7, 55 and AE. RGB value is (167,85,174). Sum of RGB (Red+Green+Blue) = 167+85+174=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #A755AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A755AE is #58AA51. Grayscale: #777777. Windows color (decimal): -5810770 or 11425191. OLE color: 11425191.

HSL color Cylindrical-coordinate representation of color #A755AE: hue angle of 295.28º 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 #A755AE is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16785174-
CMYK0.040.5100.32
HSL295.28º35.46%50.78%-
HSV(B)295.28º51.15%68.24%-
XYZ26.8217.7742.06-
YUV119.66158.67161.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=39.20%
G=19.95%
B=40.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167851740.040.5100.32295.2835.4650.78
HexA755AE4330201272333
Octal2471252564630404474363
Binary101001111010101101011101001100110100000100100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A755AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A755AE; }

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

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

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

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

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

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

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

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