#A75390

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

Shades of Violet Blue #A75390

Tints of Violet Blue #A75390

Color information

#A75390 (or 0xA75390) is unknown color: approx Violet Blue. HEX triplet: A7, 53 and 90. RGB value is (167,83,144). Sum of RGB (Red+Green+Blue) = 167+83+144=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A75390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75390 is #58AC6F. Grayscale: #727272. Windows color (decimal): -5811312 or 9458599. OLE color: 9458599.

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

Color convert

RGB16783144-
CMYK00.500.140.35
HSL316.43º33.6%49.02%-
HSV(B)316.43º50.3%65.49%-
XYZ24.0616.4228.29-
YUV115.07144.33165.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 83 (32.81% from 255) = 21.07%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=42.39%
G=21.07%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678314400.500.140.35316.4333.649.02
HexA75390032E2313c2231
Octal24712322006216434744261
Binary1010011110100111001000001100101110100011100111100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75390; }

 p { color: rgb(167,83,144); }

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

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

 a { background-color: rgb(167,83,144); }

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

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

 span { border-color: rgb(167,83,144); }

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