Html Css Color HEX #A9277F Medium Red Violet

📋 copy color: '#A9277F'

red 169 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #A9277F

Tints of Medium Red Violet #A9277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.64%

 BLUE value IS 127 (50% from 255) = 37.91%

R = 50.45%
G = 11.64%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A9277F (or 0xA9277F) is known color: Medium Red Violet. HEX triplet: A9, 27 and 7F. RGB value is (169,39,127). Sum of RGB (Red+Green+Blue) = 169+39+127=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A9277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9277F is #56D880. Grayscale: #575757. Windows color (decimal): -5691521 or 8333225. OLE color: 8333225.

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

Color convert

RGB 169 39 127 -
CMYK 0 0.77 0.25 0.34
HSL 319.38º 0.63% 0.41% -
HSV(B) 319.38º 0.77% 0.66% -
XYZ 20.92 11.42 21.18 -
YUV 87.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 169 39 127 0 0.77 0.25 0.34 319.38 0.63 0.41
Hex A9 27 7F 0 4D 19 22 13F 3E 29
Octal 251 47 177 0 115 31 42 477 76 51
Binary 10101001 100111 1111111 0 1001101 11001 100010 100111111 111110 101001

Color Harmonies of #A9277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9277F

Black with #A9277F

Text Example


Text Example

White with #A9277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9277F; }

 p { color: rgb(169,39,127); }

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

background-color css

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

 a { background-color: rgb(169,39,127); }

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

border-color css

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

 span { border-color: rgb(169,39,127); }

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