#A62B98

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

Shades of Medium Red Violet #A62B98

Tints of Medium Red Violet #A62B98

Color information

#A62B98 (or 0xA62B98) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2B and 98. RGB value is (166,43,152). Sum of RGB (Red+Green+Blue) = 166+43+152=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62B98 is #59D467. Grayscale: #5B5B5B. Windows color (decimal): -5887080 or 9972646. OLE color: 9972646.

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

Color convert

RGB16643152-
CMYK00.740.080.35
HSL306.83º58.85%40.98%-
HSV(B)306.83º74.1%65.1%-
XYZ22.2612.130.87-
YUV92.2161.75180.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 43 (17.19% from 255) = 11.91%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=45.98%
G=11.91%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664315200.740.080.35306.8358.8540.98
HexA62B9804A8231333b29
Octal24653230011210434637351
Binary1010011010101110011000010010101000100011100110011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B98; }

 p { color: rgb(166,43,152); }

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

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

 a { background-color: rgb(166,43,152); }

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

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

 span { border-color: rgb(166,43,152); }

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