#A75DAD

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

Shades of Violet Blue #A75DAD

Tints of Violet Blue #A75DAD

Color information

#A75DAD (or 0xA75DAD) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and AD. RGB value is (167,93,173). Sum of RGB (Red+Green+Blue) = 167+93+173=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #A75DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DAD is #58A252. Grayscale: #7C7C7C. Windows color (decimal): -5808723 or 11361703. OLE color: 11361703.

HSL color Cylindrical-coordinate representation of color #A75DAD: hue angle of 295.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75DAD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16793173-
CMYK0.030.4600.32
HSL295.5º32.79%52.16%-
HSV(B)295.5º46.24%67.84%-
XYZ27.3919.0641.77-
YUV124.25155.52158.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=38.57%
G=21.48%
B=39.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167931730.030.4600.32295.532.7952.16
HexA75DAD32E0201282134
Octal2471352553560404504164
Binary10100111101110110101101111011100100000100101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DAD; }

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

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

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

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

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

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

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

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