Html Css Color HEX #A92B95 Medium Red Violet

📋 copy color: '#A92B95'

red 169 ◦ green 43 ◦ blue 149

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

Shades of Medium Red Violet #A92B95

Tints of Medium Red Violet #A92B95

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.91%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 46.81%
G = 11.91%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A92B95 (or 0xA92B95) is known color: Medium Red Violet. HEX triplet: A9, 2B and 95. RGB value is (169,43,149). Sum of RGB (Red+Green+Blue) = 169+43+149=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92B95 is #56D46A. Grayscale: #5C5C5C. Windows color (decimal): -5690475 or 9776041. OLE color: 9776041.

HSL color Cylindrical-coordinate representation of color #A92B95: hue angle of 309.52º 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 #A92B95 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 43 149 -
CMYK 0 0.75 0.12 0.34
HSL 309.52º 0.59% 0.42% -
HSV(B) 309.52º 0.75% 0.66% -
XYZ 22.65 12.33 29.62 -
YUV 92.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 169 43 149 0 0.75 0.12 0.34 309.52 0.59 0.42
Hex A9 2B 95 0 4B C 22 136 3B 2A
Octal 251 53 225 0 113 14 42 466 73 52
Binary 10101001 101011 10010101 0 1001011 1100 100010 100110110 111011 101010

Color Harmonies of #A92B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92B95

Black with #A92B95

Text Example


Text Example

White with #A92B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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