#A75CAA

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

Shades of Violet Blue #A75CAA

Tints of Violet Blue #A75CAA

Color information

#A75CAA (or 0xA75CAA) is unknown color: approx Violet Blue. HEX triplet: A7, 5C and AA. RGB value is (167,92,170). Sum of RGB (Red+Green+Blue) = 167+92+170=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #A75CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CAA is #58A355. Grayscale: #7B7B7B. Windows color (decimal): -5808982 or 11164839. OLE color: 11164839.

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

Color convert

RGB16792170-
CMYK0.020.4600.33
HSL297.69º31.45%51.37%-
HSV(B)297.69º45.88%66.67%-
XYZ27.0218.7740.23-
YUV123.32154.35159.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=38.93%
G=21.45%
B=39.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167921700.020.4600.33297.6931.4551.37
HexA75CAA22E02112a1f33
Octal2471342522560414523763
Binary1010011110111001010101010101110010000110010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75CAA; }

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

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

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

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

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

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

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

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