Html Css Color HEX #AA3088 Medium Red Violet

📋 copy color: '#AA3088'

red 170 ◦ green 48 ◦ blue 136

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

Shades of Medium Red Violet #AA3088

Tints of Medium Red Violet #AA3088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

 BLUE value IS 136 (53.52% from 255) = 38.42%

R = 48.02%
G = 13.56%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA3088 (or 0xAA3088) is known color: Medium Red Violet. HEX triplet: AA, 30 and 88. RGB value is (170,48,136). Sum of RGB (Red+Green+Blue) = 170+48+136=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3088 is #55CF77. Grayscale: #5E5E5E. Windows color (decimal): -5623672 or 8925354. OLE color: 8925354.

HSL color Cylindrical-coordinate representation of color #AA3088: hue angle of 316.72º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3088 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 48 136 -
CMYK 0 0.72 0.20 0.33
HSL 316.72º 0.56% 0.43% -
HSV(B) 316.72º 0.72% 0.67% -
XYZ 22.08 12.44 24.53 -
YUV 94.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 170 48 136 0 0.72 0.20 0.33 316.72 0.56 0.43
Hex AA 30 88 0 48 14 21 13D 38 2B
Octal 252 60 210 0 110 24 41 475 70 53
Binary 10101010 110000 10001000 0 1001000 10100 100001 100111101 111000 101011

Color Harmonies of #AA3088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3088

Black with #AA3088

Text Example


Text Example

White with #AA3088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3088; }

 p { color: rgb(170,48,136); }

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

background-color css

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

 a { background-color: rgb(170,48,136); }

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

border-color css

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

 span { border-color: rgb(170,48,136); }

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