Html Css Color HEX #A92F7D Medium Red Violet

📋 copy color: '#A92F7D'

red 169 ◦ green 47 ◦ blue 125

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

Shades of Medium Red Violet #A92F7D

Tints of Medium Red Violet #A92F7D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.78%

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

R = 49.56%
G = 13.78%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A92F7D (or 0xA92F7D) is known color: Medium Red Violet. HEX triplet: A9, 2F and 7D. RGB value is (169,47,125). Sum of RGB (Red+Green+Blue) = 169+47+125=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92F7D is #56D082. Grayscale: #5C5C5C. Windows color (decimal): -5689475 or 8204201. OLE color: 8204201.

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

Color convert

RGB 169 47 125 -
CMYK 0 0.72 0.26 0.34
HSL 321.64º 0.56% 0.42% -
HSV(B) 321.64º 0.72% 0.66% -
XYZ 21.08 11.95 20.6 -
YUV 92.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 169 47 125 0 0.72 0.26 0.34 321.64 0.56 0.42
Hex A9 2F 7D 0 48 1A 22 142 38 2A
Octal 251 57 175 0 110 32 42 502 70 52
Binary 10101001 101111 1111101 0 1001000 11010 100010 101000010 111000 101010

Color Harmonies of #A92F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92F7D

Black with #A92F7D

Text Example


Text Example

White with #A92F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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