#A75892

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

Shades of Violet Blue #A75892

Tints of Violet Blue #A75892

Color information

#A75892 (or 0xA75892) is unknown color: approx Violet Blue. HEX triplet: A7, 58 and 92. RGB value is (167,88,146). Sum of RGB (Red+Green+Blue) = 167+88+146=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75892 is #58A76D. Grayscale: #767676. Windows color (decimal): -5810030 or 9590951. OLE color: 9590951.

HSL color Cylindrical-coordinate representation of color #A75892: hue angle of 315.95º 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 #A75892 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16788146-
CMYK00.470.130.35
HSL315.95º30.98%50%-
HSV(B)315.95º47.31%65.49%-
XYZ24.6117.2729.23-
YUV118.23143.67162.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=41.65%
G=21.95%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678814600.470.130.35315.9530.9850
HexA7589202FD2313c1f32
Octal24713022205715434743762
Binary101001111011000100100100101111110110001110011110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75892; }

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

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

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

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

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

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

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

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