#A755A0

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

Shades of Violet Blue #A755A0

Tints of Violet Blue #A755A0

Color information

#A755A0 (or 0xA755A0) is unknown color: approx Violet Blue. HEX triplet: A7, 55 and A0. RGB value is (167,85,160). Sum of RGB (Red+Green+Blue) = 167+85+160=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A755A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A755A0 is #58AA5F. Grayscale: #757575. Windows color (decimal): -5810784 or 10507687. OLE color: 10507687.

HSL color Cylindrical-coordinate representation of color #A755A0: hue angle of 305.12º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A755A0 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16785160-
CMYK00.490.040.35
HSL305.12º32.54%49.41%-
HSV(B)305.12º49.1%65.49%-
XYZ25.5317.2535.24-
YUV118.07151.67162.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=40.53%
G=20.63%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678516000.490.040.35305.1232.5449.41
HexA755A00314231312131
Octal2471252400614434614161
Binary101001111010101101000000110001100100011100110001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A755A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A755A0; }

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

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

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

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

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

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

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

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