#A82B9F

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

Shades of Medium Red Violet #A82B9F

Tints of Medium Red Violet #A82B9F

Color information

#A82B9F (or 0xA82B9F) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2B and 9F. RGB value is (168,43,159). Sum of RGB (Red+Green+Blue) = 168+43+159=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82B9F is #57D460. Grayscale: #5D5D5D. Windows color (decimal): -5756001 or 10431400. OLE color: 10431400.

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

Color convert

RGB16843159-
CMYK00.740.050.34
HSL304.32º59.24%41.37%-
HSV(B)304.32º74.4%65.88%-
XYZ23.2712.5634-
YUV93.6164.91181.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 43 (17.19% from 255) = 11.62%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=45.41%
G=11.62%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684315900.740.050.34304.3259.2441.37
HexA82B9F04A5221303b29
Octal2505323701125424607351
Binary101010001010111001111101001010101100010100110000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82B9F; }

 p { color: rgb(168,43,159); }

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

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

 a { background-color: rgb(168,43,159); }

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

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

 span { border-color: rgb(168,43,159); }

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