Html Css Color HEX #A9468B Medium Red Violet

📋 copy color: '#A9468B'

red 169 ◦ green 70 ◦ blue 139

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

Shades of Medium Red Violet #A9468B

Tints of Medium Red Violet #A9468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 44.71%
G = 18.52%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9468B (or 0xA9468B) is known color: Medium Red Violet. HEX triplet: A9, 46 and 8B. RGB value is (169,70,139). Sum of RGB (Red+Green+Blue) = 169+70+139=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9468B is #56B974. Grayscale: #6B6B6B. Windows color (decimal): -5683573 or 9127593. OLE color: 9127593.

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

Color convert

RGB 169 70 139 -
CMYK 0 0.59 0.18 0.34
HSL 318.18º 0.41% 0.47% -
HSV(B) 318.18º 0.59% 0.66% -
XYZ 23.21 14.68 26.04 -
YUV 107.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 169 70 139 0 0.59 0.18 0.34 318.18 0.41 0.47
Hex A9 46 8B 0 3B 12 22 13E 29 2F
Octal 251 106 213 0 73 22 42 476 51 57
Binary 10101001 1000110 10001011 0 111011 10010 100010 100111110 101001 101111

Color Harmonies of #A9468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9468B

Black with #A9468B

Text Example


Text Example

White with #A9468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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