#A94AA5

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

Shades of Violet Blue #A94AA5

Tints of Violet Blue #A94AA5

Color information

#A94AA5 (or 0xA94AA5) is unknown color: approx Violet Blue. HEX triplet: A9, 4A and A5. RGB value is (169,74,165). Sum of RGB (Red+Green+Blue) = 169+74+165=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A94AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94AA5 is #56B55A. Grayscale: #707070. Windows color (decimal): -5682523 or 10832553. OLE color: 10832553.

HSL color Cylindrical-coordinate representation of color #A94AA5: hue angle of 302.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94AA5 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16974165-
CMYK00.560.020.34
HSL302.53º39.09%47.65%-
HSV(B)302.53º56.21%66.27%-
XYZ25.616.0537.35-
YUV112.78157.47168.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=41.42%
G=18.14%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697416500.560.020.34302.5339.0947.65
HexA94AA503822212f2730
Octal2511122450702424574760
Binary10101001100101010100101011100010100010100101111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94AA5; }

 p { color: rgb(169,74,165); }

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

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

 a { background-color: rgb(169,74,165); }

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

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

 span { border-color: rgb(169,74,165); }

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