#A758A1

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

Shades of Violet Blue #A758A1

Tints of Violet Blue #A758A1

Color information

#A758A1 (or 0xA758A1) is unknown color: approx Violet Blue. HEX triplet: A7, 58 and A1. RGB value is (167,88,161). Sum of RGB (Red+Green+Blue) = 167+88+161=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A758A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A758A1 is #58A75E. Grayscale: #777777. Windows color (decimal): -5810015 or 10573991. OLE color: 10573991.

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

Color convert

RGB16788161-
CMYK00.470.040.35
HSL304.56º30.98%50%-
HSV(B)304.56º47.31%65.49%-
XYZ25.8617.7735.78-
YUV119.94151.17161.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 88 (34.77% from 255) = 21.15%
BLUE value IS 161 (63.28% from 255) = 38.70%
R=40.14%
G=21.15%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678816100.470.040.35304.5630.9850
HexA758A102F4231311f32
Octal2471302410574434613762
Binary10100111101100010100001010111110010001110011000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A758A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A758A1; }

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

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

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

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

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

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

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

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