Html Css Color HEX #A9468C Medium Red Violet

📋 copy color: '#A9468C'

red 169 ◦ green 70 ◦ blue 140

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

Shades of Medium Red Violet #A9468C

Tints of Medium Red Violet #A9468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 44.59%
G = 18.47%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9468C (or 0xA9468C) is known color: Medium Red Violet. HEX triplet: A9, 46 and 8C. RGB value is (169,70,140). Sum of RGB (Red+Green+Blue) = 169+70+140=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9468C is #56B973. Grayscale: #6B6B6B. Windows color (decimal): -5683572 or 9193129. OLE color: 9193129.

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

Color convert

RGB 169 70 140 -
CMYK 0 0.59 0.17 0.34
HSL 317.58º 0.41% 0.47% -
HSV(B) 317.58º 0.59% 0.66% -
XYZ 23.29 14.71 26.42 -
YUV 107.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 169 70 140 0 0.59 0.17 0.34 317.58 0.41 0.47
Hex A9 46 8C 0 3B 11 22 13E 29 2F
Octal 251 106 214 0 73 21 42 476 51 57
Binary 10101001 1000110 10001100 0 111011 10001 100010 100111110 101001 101111

Color Harmonies of #A9468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9468C

Black with #A9468C

Text Example


Text Example

White with #A9468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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