Html Css Color HEX #A93594 Medium Red Violet

📋 copy color: '#A93594'

red 169 ◦ green 53 ◦ blue 148

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

Shades of Medium Red Violet #A93594

Tints of Medium Red Violet #A93594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

 BLUE value IS 148 (58.2% from 255) = 40%

R = 45.68%
G = 14.32%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A93594 (or 0xA93594) is known color: Medium Red Violet. HEX triplet: A9, 35 and 94. RGB value is (169,53,148). Sum of RGB (Red+Green+Blue) = 169+53+148=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A93594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93594 is #56CA6B. Grayscale: #626262. Windows color (decimal): -5687916 or 9713065. OLE color: 9713065.

HSL color Cylindrical-coordinate representation of color #A93594: hue angle of 310.86º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93594 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 53 148 -
CMYK 0 0.69 0.12 0.34
HSL 310.86º 0.52% 0.44% -
HSV(B) 310.86º 0.69% 0.66% -
XYZ 22.98 13.12 29.34 -
YUV 98.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 169 53 148 0 0.69 0.12 0.34 310.86 0.52 0.44
Hex A9 35 94 0 45 C 22 137 34 2C
Octal 251 65 224 0 105 14 42 467 64 54
Binary 10101001 110101 10010100 0 1000101 1100 100010 100110111 110100 101100

Color Harmonies of #A93594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93594

Black with #A93594

Text Example


Text Example

White with #A93594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93594; }

 p { color: rgb(169,53,148); }

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

background-color css

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

 a { background-color: rgb(169,53,148); }

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

border-color css

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

 span { border-color: rgb(169,53,148); }

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