#A75DA2

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

Shades of Violet Blue #A75DA2

Tints of Violet Blue #A75DA2

Color information

#A75DA2 (or 0xA75DA2) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and A2. RGB value is (167,93,162). Sum of RGB (Red+Green+Blue) = 167+93+162=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A75DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DA2 is #58A25D. Grayscale: #7A7A7A. Windows color (decimal): -5808734 or 10640807. OLE color: 10640807.

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

Color convert

RGB16793162-
CMYK00.440.030.35
HSL304.05º29.6%50.98%-
HSV(B)304.05º44.31%65.49%-
XYZ26.3718.6536.39-
YUV122.99150.02159.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 162 (63.67% from 255) = 38.39%
R=39.57%
G=22.04%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679316200.440.030.35304.0529.650.98
HexA75DA202C3231301e33
Octal2471352420543434603663
Binary1010011110111011010001001011001110001110011000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DA2; }

 p { color: rgb(167,93,162); }

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

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

 a { background-color: rgb(167,93,162); }

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

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

 span { border-color: rgb(167,93,162); }

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