Html Css Color HEX #A92B7D Medium Red Violet

📋 copy color: '#A92B7D'

red 169 ◦ green 43 ◦ blue 125

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

Shades of Medium Red Violet #A92B7D

Tints of Medium Red Violet #A92B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 50.15%
G = 12.76%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A92B7D (or 0xA92B7D) is known color: Medium Red Violet. HEX triplet: A9, 2B and 7D. RGB value is (169,43,125). Sum of RGB (Red+Green+Blue) = 169+43+125=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92B7D is #56D482. Grayscale: #595959. Windows color (decimal): -5690499 or 8203177. OLE color: 8203177.

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

Color convert

RGB 169 43 125 -
CMYK 0 0.75 0.26 0.34
HSL 320.95º 0.59% 0.42% -
HSV(B) 320.95º 0.75% 0.66% -
XYZ 20.93 11.64 20.55 -
YUV 90.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 169 43 125 0 0.75 0.26 0.34 320.95 0.59 0.42
Hex A9 2B 7D 0 4B 1A 22 141 3B 2A
Octal 251 53 175 0 113 32 42 501 73 52
Binary 10101001 101011 1111101 0 1001011 11010 100010 101000001 111011 101010

Color Harmonies of #A92B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92B7D

Black with #A92B7D

Text Example


Text Example

White with #A92B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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