Html Css Color HEX #A93A88 Medium Red Violet

📋 copy color: '#A93A88'

red 169 ◦ green 58 ◦ blue 136

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

Shades of Medium Red Violet #A93A88

Tints of Medium Red Violet #A93A88

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 46.56%
G = 15.98%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A93A88 (or 0xA93A88) is known color: Medium Red Violet. HEX triplet: A9, 3A and 88. RGB value is (169,58,136). Sum of RGB (Red+Green+Blue) = 169+58+136=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93A88 is #56C577. Grayscale: #636363. Windows color (decimal): -5686648 or 8927913. OLE color: 8927913.

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

Color convert

RGB 169 58 136 -
CMYK 0 0.66 0.20 0.34
HSL 317.84º 0.49% 0.45% -
HSV(B) 317.84º 0.66% 0.66% -
XYZ 22.32 13.24 24.67 -
YUV 100.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 169 58 136 0 0.66 0.20 0.34 317.84 0.49 0.45
Hex A9 3A 88 0 42 14 22 13E 31 2D
Octal 251 72 210 0 102 24 42 476 61 55
Binary 10101001 111010 10001000 0 1000010 10100 100010 100111110 110001 101101

Color Harmonies of #A93A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93A88

Black with #A93A88

Text Example


Text Example

White with #A93A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93A88; }

 p { color: rgb(169,58,136); }

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

background-color css

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

 a { background-color: rgb(169,58,136); }

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

border-color css

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

 span { border-color: rgb(169,58,136); }

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