#A75DAA

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

Shades of Violet Blue #A75DAA

Tints of Violet Blue #A75DAA

Color information

#A75DAA (or 0xA75DAA) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and AA. RGB value is (167,93,170). Sum of RGB (Red+Green+Blue) = 167+93+170=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #A75DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DAA is #58A255. Grayscale: #7B7B7B. Windows color (decimal): -5808726 or 11165095. OLE color: 11165095.

HSL color Cylindrical-coordinate representation of color #A75DAA: hue angle of 297.66º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75DAA is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16793170-
CMYK0.020.4500.33
HSL297.66º31.17%51.57%-
HSV(B)297.66º45.29%66.67%-
XYZ27.1118.9540.26-
YUV123.9154.02158.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=38.84%
G=21.63%
B=39.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167931700.020.4500.33297.6631.1751.57
HexA75DAA22D02112a1f34
Octal2471352522550414523764
Binary1010011110111011010101010101101010000110010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DAA; }

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

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

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

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

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

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

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

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