#A758AE

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

Shades of Violet Blue #A758AE

Tints of Violet Blue #A758AE

Color information

#A758AE (or 0xA758AE) is unknown color: approx Violet Blue. HEX triplet: A7, 58 and AE. RGB value is (167,88,174). Sum of RGB (Red+Green+Blue) = 167+88+174=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #A758AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A758AE is #58A751. Grayscale: #797979. Windows color (decimal): -5810002 or 11425959. OLE color: 11425959.

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

Color convert

RGB16788174-
CMYK0.040.4900.32
HSL295.12º34.68%51.37%-
HSV(B)295.12º49.43%68.24%-
XYZ27.0718.2542.14-
YUV121.42157.67160.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=38.93%
G=20.51%
B=40.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167881740.040.4900.32295.1234.6851.37
HexA758AE4310201272333
Octal2471302564610404474363
Binary101001111011000101011101001100010100000100100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A758AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A758AE; }

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

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

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

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

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

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

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

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