#A75DA3

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

Shades of Violet Blue #A75DA3

Tints of Violet Blue #A75DA3

Color information

#A75DA3 (or 0xA75DA3) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and A3. RGB value is (167,93,163). Sum of RGB (Red+Green+Blue) = 167+93+163=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A75DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DA3 is #58A25C. Grayscale: #7A7A7A. Windows color (decimal): -5808733 or 10706343. OLE color: 10706343.

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

Color convert

RGB16793163-
CMYK00.440.020.35
HSL303.24º29.6%50.98%-
HSV(B)303.24º44.31%65.49%-
XYZ26.4618.6936.86-
YUV123.11150.52159.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 163 (64.06% from 255) = 38.53%
R=39.48%
G=21.99%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679316300.440.020.35303.2429.650.98
HexA75DA302C22312f1e33
Octal2471352430542434573663
Binary1010011110111011010001101011001010001110010111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DA3; }

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

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

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

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

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

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

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

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