#A75A9C

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

Shades of Violet Blue #A75A9C

Tints of Violet Blue #A75A9C

Color information

#A75A9C (or 0xA75A9C) is unknown color: approx Violet Blue. HEX triplet: A7, 5A and 9C. RGB value is (167,90,156). Sum of RGB (Red+Green+Blue) = 167+90+156=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A9C is #58A563. Grayscale: #787878. Windows color (decimal): -5809508 or 10246823. OLE color: 10246823.

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

Color convert

RGB16790156-
CMYK00.460.070.35
HSL308.57º30.43%50.39%-
HSV(B)308.57º46.11%65.49%-
XYZ25.5917.9333.56-
YUV120.55148.01161.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=40.44%
G=21.79%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679015600.460.070.35308.5730.4350.39
HexA75A9C02E7231351e32
Octal2471322340567434653662
Binary10100111101101010011100010111011110001110011010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A9C; }

 p { color: rgb(167,90,156); }

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

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

 a { background-color: rgb(167,90,156); }

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

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

 span { border-color: rgb(167,90,156); }

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