#A930A5

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

Shades of Medium Red Violet #A930A5

Tints of Medium Red Violet #A930A5

Color information

#A930A5 (or 0xA930A5) is unknown color: approx Medium Red Violet. HEX triplet: A9, 30 and A5. RGB value is (169,48,165). Sum of RGB (Red+Green+Blue) = 169+48+165=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A930A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A930A5 is #56CF5A. Grayscale: #616161. Windows color (decimal): -5689179 or 10825897. OLE color: 10825897.

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

Color convert

RGB16948165-
CMYK00.720.020.34
HSL301.98º55.76%42.55%-
HSV(B)301.98º71.6%66.27%-
XYZ24.2113.2736.88-
YUV97.52166.09178.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 48 (19.14% from 255) = 12.57%
BLUE value IS 165 (64.84% from 255) = 43.19%
R=44.24%
G=12.57%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694816500.720.020.34301.9855.7642.55
HexA930A504822212e382b
Octal2516024501102424567053
Binary10101001110000101001010100100010100010100101110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A930A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A930A5; }

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

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

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

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

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

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

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

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