#A75D9D

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

Shades of Violet Blue #A75D9D

Tints of Violet Blue #A75D9D

Color information

#A75D9D (or 0xA75D9D) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and 9D. RGB value is (167,93,157). Sum of RGB (Red+Green+Blue) = 167+93+157=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75D9D is #58A262. Grayscale: #7A7A7A. Windows color (decimal): -5808739 or 10313127. OLE color: 10313127.

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

Color convert

RGB16793157-
CMYK00.440.060.35
HSL308.11º29.6%50.98%-
HSV(B)308.11º44.31%65.49%-
XYZ25.9418.4834.1-
YUV122.42147.52159.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=40.05%
G=22.30%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679315700.440.060.35308.1129.650.98
HexA75D9D02C6231341e33
Octal2471352350546434643663
Binary10100111101110110011101010110011010001110011010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D9D; }

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

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

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

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

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

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

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

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