#A75EAA

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

Shades of Violet Blue #A75EAA

Tints of Violet Blue #A75EAA

Color information

#A75EAA (or 0xA75EAA) is unknown color: approx Violet Blue. HEX triplet: A7, 5E and AA. RGB value is (167,94,170). Sum of RGB (Red+Green+Blue) = 167+94+170=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #A75EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75EAA is #58A155. Grayscale: #7C7C7C. Windows color (decimal): -5808470 or 11165351. OLE color: 11165351.

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

Color convert

RGB16794170-
CMYK0.020.4500.33
HSL297.63º30.89%51.76%-
HSV(B)297.63º44.71%66.67%-
XYZ27.1919.1240.29-
YUV124.49153.68158.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.75%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=38.75%
G=21.81%
B=39.44%

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
Decimal167941700.020.4500.33297.6330.8951.76
HexA75EAA22D02112a1f34
Octal2471362522550414523764
Binary1010011110111101010101010101101010000110010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75EAA; }

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

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

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

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

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

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

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

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