Html Css Color HEX #A62988 Medium Red Violet

📋 copy color: '#A62988'

red 166 ◦ green 41 ◦ blue 136

#A62988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A62988

Tints of Medium Red Violet #A62988

RGB

 RED value IS 166 (65.23% from 255) = 48.4%

 GREEN value IS 41 (16.41% from 255) = 11.95%

 BLUE value IS 136 (53.52% from 255) = 39.65%

R = 48.4%
G = 11.95%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A62988 (or 0xA62988) is known color: Medium Red Violet. HEX triplet: A6, 29 and 88. RGB value is (166,41,136). Sum of RGB (Red+Green+Blue) = 166+41+136=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A62988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62988 is #59D677. Grayscale: #585858. Windows color (decimal): -5887608 or 8923558. OLE color: 8923558.

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

Color convert

RGB 166 41 136 -
CMYK 0 0.75 0.18 0.35
HSL 314.4º 0.6% 0.41% -
HSV(B) 314.4º 0.75% 0.65% -
XYZ 20.96 11.47 24.4 -
YUV 89.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 166 41 136 0 0.75 0.18 0.35 314.4 0.6 0.41
Hex A6 29 88 0 4B 12 23 13A 3C 29
Octal 246 51 210 0 113 22 43 472 74 51
Binary 10100110 101001 10001000 0 1001011 10010 100011 100111010 111100 101001

Color Harmonies of #A62988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62988

Black with #A62988

Text Example


Text Example

White with #A62988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62988; }

 p { color: rgb(166,41,136); }

 H1.HeaderClassName
 {
   color: #A62988;
 }
 .AnyTagClassName
 {
   color: #A62988;
 }
</style>

background-color css

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

 a { background-color: rgb(166,41,136); }

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

border-color css

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

 span { border-color: rgb(166,41,136); }

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