Html Css Color HEX #A94688 Medium Red Violet

📋 copy color: '#A94688'

red 169 ◦ green 70 ◦ blue 136

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

Shades of Medium Red Violet #A94688

Tints of Medium Red Violet #A94688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

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

R = 45.07%
G = 18.67%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A94688 (or 0xA94688) is known color: Medium Red Violet. HEX triplet: A9, 46 and 88. RGB value is (169,70,136). Sum of RGB (Red+Green+Blue) = 169+70+136=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A94688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94688 is #56B977. Grayscale: #6A6A6A. Windows color (decimal): -5683576 or 8930985. OLE color: 8930985.

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

Color convert

RGB 169 70 136 -
CMYK 0 0.59 0.20 0.34
HSL 320º 0.41% 0.47% -
HSV(B) 320º 0.59% 0.66% -
XYZ 23 14.59 24.9 -
YUV 107.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 169 70 136 0 0.59 0.20 0.34 320 0.41 0.47
Hex A9 46 88 0 3B 14 22 140 29 2F
Octal 251 106 210 0 73 24 42 500 51 57
Binary 10101001 1000110 10001000 0 111011 10100 100010 101000000 101001 101111

Color Harmonies of #A94688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94688

Black with #A94688

Text Example


Text Example

White with #A94688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94688; }

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

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

background-color css

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

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

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

border-color css

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

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

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