Html Css Color HEX #A92C7B Medium Red Violet

📋 copy color: '#A92C7B'

red 169 ◦ green 44 ◦ blue 123

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

Shades of Medium Red Violet #A92C7B

Tints of Medium Red Violet #A92C7B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.1%

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 50.3%
G = 13.1%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A92C7B (or 0xA92C7B) is known color: Medium Red Violet. HEX triplet: A9, 2C and 7B. RGB value is (169,44,123). Sum of RGB (Red+Green+Blue) = 169+44+123=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92C7B is #56D384. Grayscale: #5A5A5A. Windows color (decimal): -5690245 or 8072361. OLE color: 8072361.

HSL color Cylindrical-coordinate representation of color #A92C7B: hue angle of 322.08º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C7B is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 44 123 -
CMYK 0 0.74 0.27 0.34
HSL 322.08º 0.59% 0.42% -
HSV(B) 322.08º 0.74% 0.66% -
XYZ 20.84 11.67 19.89 -
YUV 90.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 169 44 123 0 0.74 0.27 0.34 322.08 0.59 0.42
Hex A9 2C 7B 0 4A 1B 22 142 3B 2A
Octal 251 54 173 0 112 33 42 502 73 52
Binary 10101001 101100 1111011 0 1001010 11011 100010 101000010 111011 101010

Color Harmonies of #A92C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92C7B

Black with #A92C7B

Text Example


Text Example

White with #A92C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92C7B; }

 p { color: rgb(169,44,123); }

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

background-color css

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

 a { background-color: rgb(169,44,123); }

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

border-color css

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

 span { border-color: rgb(169,44,123); }

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