#A94AA2

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

Shades of Violet Blue #A94AA2

Tints of Violet Blue #A94AA2

Color information

#A94AA2 (or 0xA94AA2) is unknown color: approx Violet Blue. HEX triplet: A9, 4A and A2. RGB value is (169,74,162). Sum of RGB (Red+Green+Blue) = 169+74+162=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A94AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94AA2 is #56B55D. Grayscale: #707070. Windows color (decimal): -5682526 or 10635945. OLE color: 10635945.

HSL color Cylindrical-coordinate representation of color #A94AA2: hue angle of 304.42º 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 #A94AA2 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16974162-
CMYK00.560.040.34
HSL304.42º39.09%47.65%-
HSV(B)304.42º56.21%66.27%-
XYZ25.3315.9435.92-
YUV112.44155.97168.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 162 (63.67% from 255) = 40%
R=41.73%
G=18.27%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697416200.560.040.34304.4239.0947.65
HexA94AA20384221302730
Octal2511122420704424604760
Binary101010011001010101000100111000100100010100110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94AA2; }

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

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

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

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

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

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

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

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