Html Css Color HEX #AA2670 Medium Red Violet

📋 copy color: '#AA2670'

red 170 ◦ green 38 ◦ blue 112

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

Shades of Medium Red Violet #AA2670

Tints of Medium Red Violet #AA2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

 BLUE value IS 112 (44.14% from 255) = 35%

R = 53.13%
G = 11.88%
B = 35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA2670 (or 0xAA2670) is known color: Medium Red Violet. HEX triplet: AA, 26 and 70. RGB value is (170,38,112). Sum of RGB (Red+Green+Blue) = 170+38+112=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2670 is #55D98F. Grayscale: #555555. Windows color (decimal): -5626256 or 7349930. OLE color: 7349930.

HSL color Cylindrical-coordinate representation of color #AA2670: hue angle of 326.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2670 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 38 112 -
CMYK 0 0.78 0.34 0.33
HSL 326.36º 0.63% 0.41% -
HSV(B) 326.36º 0.78% 0.67% -
XYZ 20.2 11.1 16.41 -
YUV 85.9 142.73 187.98 -
System Red Green Blue C M Y K H S L
Decimal 170 38 112 0 0.78 0.34 0.33 326.36 0.63 0.41
Hex AA 26 70 0 4E 22 21 146 3F 29
Octal 252 46 160 0 116 42 41 506 77 51
Binary 10101010 100110 1110000 0 1001110 100010 100001 101000110 111111 101001

Color Harmonies of #AA2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2670

Black with #AA2670

Text Example


Text Example

White with #AA2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2670; }

 p { color: rgb(170,38,112); }

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

background-color css

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

 a { background-color: rgb(170,38,112); }

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

border-color css

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

 span { border-color: rgb(170,38,112); }

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