Html Css Color HEX #AA2690 Medium Red Violet

📋 copy color: '#AA2690'

red 170 ◦ green 38 ◦ blue 144

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

Shades of Medium Red Violet #AA2690

Tints of Medium Red Violet #AA2690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 48.3%
G = 10.8%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA2690 (or 0xAA2690) is known color: Medium Red Violet. HEX triplet: AA, 26 and 90. RGB value is (170,38,144). Sum of RGB (Red+Green+Blue) = 170+38+144=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2690 is #55D96F. Grayscale: #595959. Windows color (decimal): -5626224 or 9447082. OLE color: 9447082.

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

Color convert

RGB 170 38 144 -
CMYK 0 0.78 0.15 0.33
HSL 311.82º 0.63% 0.41% -
HSV(B) 311.82º 0.78% 0.67% -
XYZ 22.3 11.95 27.52 -
YUV 89.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 170 38 144 0 0.78 0.15 0.33 311.82 0.63 0.41
Hex AA 26 90 0 4E F 21 138 3F 29
Octal 252 46 220 0 116 17 41 470 77 51
Binary 10101010 100110 10010000 0 1001110 1111 100001 100111000 111111 101001

Color Harmonies of #AA2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2690

Black with #AA2690

Text Example


Text Example

White with #AA2690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2690; }

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

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

background-color css

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

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

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

border-color css

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

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

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