#A92B9E

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

Shades of Medium Red Violet #A92B9E

Tints of Medium Red Violet #A92B9E

Color information

#A92B9E (or 0xA92B9E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 2B and 9E. RGB value is (169,43,158). Sum of RGB (Red+Green+Blue) = 169+43+158=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92B9E is #56D461. Grayscale: #5D5D5D. Windows color (decimal): -5690466 or 10365865. OLE color: 10365865.

HSL color Cylindrical-coordinate representation of color #A92B9E: hue angle of 305.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92B9E is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16943158-
CMYK00.750.070.34
HSL305.24º59.43%41.57%-
HSV(B)305.24º74.56%66.27%-
XYZ23.412.6333.55-
YUV93.78164.24181.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 43 (17.19% from 255) = 11.62%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=45.68%
G=11.62%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694315800.750.070.34305.2459.4341.57
HexA92B9E04B7221313b2a
Octal2515323601137424617352
Binary101010011010111001111001001011111100010100110001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92B9E; }

 p { color: rgb(169,43,158); }

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

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

 a { background-color: rgb(169,43,158); }

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

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

 span { border-color: rgb(169,43,158); }

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