Html Css Color HEX #A93F92 Medium Red Violet

📋 copy color: '#A93F92'

red 169 ◦ green 63 ◦ blue 146

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

Shades of Medium Red Violet #A93F92

Tints of Medium Red Violet #A93F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 44.71%
G = 16.67%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A93F92 (or 0xA93F92) is known color: Medium Red Violet. HEX triplet: A9, 3F and 92. RGB value is (169,63,146). Sum of RGB (Red+Green+Blue) = 169+63+146=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93F92 is #56C06D. Grayscale: #676767. Windows color (decimal): -5685358 or 9584553. OLE color: 9584553.

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

Color convert

RGB 169 63 146 -
CMYK 0 0.63 0.14 0.34
HSL 313.02º 0.46% 0.45% -
HSV(B) 313.02º 0.63% 0.66% -
XYZ 23.33 14.07 28.68 -
YUV 104.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 169 63 146 0 0.63 0.14 0.34 313.02 0.46 0.45
Hex A9 3F 92 0 3F E 22 139 2E 2D
Octal 251 77 222 0 77 16 42 471 56 55
Binary 10101001 111111 10010010 0 111111 1110 100010 100111001 101110 101101

Color Harmonies of #A93F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93F92

Black with #A93F92

Text Example


Text Example

White with #A93F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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