Html Css Color HEX #A92988 Medium Red Violet

📋 copy color: '#A92988'

red 169 ◦ green 41 ◦ blue 136

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

Shades of Medium Red Violet #A92988

Tints of Medium Red Violet #A92988

RGB

 RED value IS 169 (66.41% from 255) = 48.84%

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

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

R = 48.84%
G = 11.85%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A92988 (or 0xA92988) is known color: Medium Red Violet. HEX triplet: A9, 29 and 88. RGB value is (169,41,136). Sum of RGB (Red+Green+Blue) = 169+41+136=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A92988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92988 is #56D677. Grayscale: #595959. Windows color (decimal): -5691000 or 8923561. OLE color: 8923561.

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

Color convert

RGB 169 41 136 -
CMYK 0 0.76 0.20 0.34
HSL 315.47º 0.61% 0.41% -
HSV(B) 315.47º 0.76% 0.66% -
XYZ 21.6 11.8 24.43 -
YUV 90.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 169 41 136 0 0.76 0.20 0.34 315.47 0.61 0.41
Hex A9 29 88 0 4C 14 22 13B 3D 29
Octal 251 51 210 0 114 24 42 473 75 51
Binary 10101001 101001 10001000 0 1001100 10100 100010 100111011 111101 101001

Color Harmonies of #A92988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92988

Black with #A92988

Text Example


Text Example

White with #A92988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92988; }

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

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

background-color css

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

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

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

border-color css

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

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

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