Html Css Color HEX #A93F7D Medium Red Violet

📋 copy color: '#A93F7D'

red 169 ◦ green 63 ◦ blue 125

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

Shades of Medium Red Violet #A93F7D

Tints of Medium Red Violet #A93F7D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.65%

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

R = 47.34%
G = 17.65%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A93F7D (or 0xA93F7D) is known color: Medium Red Violet. HEX triplet: A9, 3F and 7D. RGB value is (169,63,125). Sum of RGB (Red+Green+Blue) = 169+63+125=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93F7D is #56C082. Grayscale: #656565. Windows color (decimal): -5685379 or 8208297. OLE color: 8208297.

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

Color convert

RGB 169 63 125 -
CMYK 0 0.63 0.26 0.34
HSL 324.91º 0.46% 0.45% -
HSV(B) 324.91º 0.63% 0.66% -
XYZ 21.84 13.47 20.85 -
YUV 101.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 169 63 125 0 0.63 0.26 0.34 324.91 0.46 0.45
Hex A9 3F 7D 0 3F 1A 22 145 2E 2D
Octal 251 77 175 0 77 32 42 505 56 55
Binary 10101001 111111 1111101 0 111111 11010 100010 101000101 101110 101101

Color Harmonies of #A93F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93F7D

Black with #A93F7D

Text Example


Text Example

White with #A93F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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