#A942A4

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

Shades of Violet Blue #A942A4

Tints of Violet Blue #A942A4

Color information

#A942A4 (or 0xA942A4) is unknown color: approx Violet Blue. HEX triplet: A9, 42 and A4. RGB value is (169,66,164). Sum of RGB (Red+Green+Blue) = 169+66+164=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A942A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A942A4 is #56BD5B. Grayscale: #6B6B6B. Windows color (decimal): -5684572 or 10764969. OLE color: 10764969.

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

Color convert

RGB16966164-
CMYK00.610.030.34
HSL302.91º43.83%46.08%-
HSV(B)302.91º60.95%66.27%-
XYZ25.0115.0136.7-
YUV107.97159.62171.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 66 (26.17% from 255) = 16.54%
BLUE value IS 164 (64.45% from 255) = 41.10%
R=42.36%
G=16.54%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696616400.610.030.34302.9143.8346.08
HexA942A403D32212f2c2e
Octal2511022440753424575456
Binary10101001100001010100100011110111100010100101111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A942A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A942A4; }

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

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

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

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

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

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

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

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