#A75DA4

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

Shades of Violet Blue #A75DA4

Tints of Violet Blue #A75DA4

Color information

#A75DA4 (or 0xA75DA4) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and A4. RGB value is (167,93,164). Sum of RGB (Red+Green+Blue) = 167+93+164=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A75DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DA4 is #58A25B. Grayscale: #7B7B7B. Windows color (decimal): -5808732 or 10771879. OLE color: 10771879.

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

Color convert

RGB16793164-
CMYK00.440.020.35
HSL302.43º29.6%50.98%-
HSV(B)302.43º44.31%65.49%-
XYZ26.5518.7237.34-
YUV123.22151.02159.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 93 (36.72% from 255) = 21.93%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=39.39%
G=21.93%
B=38.68%

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
Decimal1679316400.440.020.35302.4329.650.98
HexA75DA402C22312e1e33
Octal2471352440542434563663
Binary1010011110111011010010001011001010001110010111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DA4; }

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

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

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

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

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

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

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

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