Html Css Color HEX #AA468F Medium Red Violet

📋 copy color: '#AA468F'

red 170 ◦ green 70 ◦ blue 143

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

Shades of Medium Red Violet #AA468F

Tints of Medium Red Violet #AA468F

RGB

 RED value IS 170 (66.8% from 255) = 44.39%

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 44.39%
G = 18.28%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA468F (or 0xAA468F) is known color: Medium Red Violet. HEX triplet: AA, 46 and 8F. RGB value is (170,70,143). Sum of RGB (Red+Green+Blue) = 170+70+143=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA468F is #55B970. Grayscale: #6C6C6C. Windows color (decimal): -5618033 or 9389738. OLE color: 9389738.

HSL color Cylindrical-coordinate representation of color #AA468F: hue angle of 316.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA468F is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 70 143 -
CMYK 0 0.59 0.16 0.33
HSL 316.2º 0.42% 0.47% -
HSV(B) 316.2º 0.59% 0.67% -
XYZ 23.73 14.91 27.61 -
YUV 108.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 170 70 143 0 0.59 0.16 0.33 316.2 0.42 0.47
Hex AA 46 8F 0 3B 10 21 13C 2A 2F
Octal 252 106 217 0 73 20 41 474 52 57
Binary 10101010 1000110 10001111 0 111011 10000 100001 100111100 101010 101111

Color Harmonies of #AA468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA468F

Black with #AA468F

Text Example


Text Example

White with #AA468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA468F; }

 p { color: rgb(170,70,143); }

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

background-color css

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

 a { background-color: rgb(170,70,143); }

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

border-color css

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

 span { border-color: rgb(170,70,143); }

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