#A942A2

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

Shades of Violet Blue #A942A2

Tints of Violet Blue #A942A2

Color information

#A942A2 (or 0xA942A2) is unknown color: approx Violet Blue. HEX triplet: A9, 42 and A2. RGB value is (169,66,162). Sum of RGB (Red+Green+Blue) = 169+66+162=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A942A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A942A2 is #56BD5D. Grayscale: #6B6B6B. Windows color (decimal): -5684574 or 10633897. OLE color: 10633897.

HSL color Cylindrical-coordinate representation of color #A942A2: hue angle of 304.08º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A942A2 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16966162-
CMYK00.610.040.34
HSL304.08º43.83%46.08%-
HSV(B)304.08º60.95%66.27%-
XYZ24.8314.9435.76-
YUV107.74158.62171.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 66 (26.17% from 255) = 16.62%
BLUE value IS 162 (63.67% from 255) = 40.81%
R=42.57%
G=16.62%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696616200.610.040.34304.0843.8346.08
HexA942A203D4221302c2e
Octal2511022420754424605456
Binary101010011000010101000100111101100100010100110000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A942A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A942A2; }

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

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

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

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

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

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

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

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