Html Css Color HEX #AA468B Medium Red Violet

📋 copy color: '#AA468B'

red 170 ◦ green 70 ◦ blue 139

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

Shades of Medium Red Violet #AA468B

Tints of Medium Red Violet #AA468B

RGB

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

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

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

R = 44.85%
G = 18.47%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA468B (or 0xAA468B) is known color: Medium Red Violet. HEX triplet: AA, 46 and 8B. RGB value is (170,70,139). Sum of RGB (Red+Green+Blue) = 170+70+139=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA468B is #55B974. Grayscale: #6B6B6B. Windows color (decimal): -5618037 or 9127594. OLE color: 9127594.

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

Color convert

RGB 170 70 139 -
CMYK 0 0.59 0.18 0.33
HSL 318.6º 0.42% 0.47% -
HSV(B) 318.6º 0.59% 0.67% -
XYZ 23.43 14.79 26.05 -
YUV 107.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 170 70 139 0 0.59 0.18 0.33 318.6 0.42 0.47
Hex AA 46 8B 0 3B 12 21 13F 2A 2F
Octal 252 106 213 0 73 22 41 477 52 57
Binary 10101010 1000110 10001011 0 111011 10010 100001 100111111 101010 101111

Color Harmonies of #AA468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA468B

Black with #AA468B

Text Example


Text Example

White with #AA468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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