Html Css Color HEX #AA3070 Rouge

📋 copy color: '#AA3070'

red 170 ◦ green 48 ◦ blue 112

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

Shades of Rouge #AA3070

Tints of Rouge #AA3070

RGB

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

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

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

R = 51.52%
G = 14.55%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA3070 (or 0xAA3070) is known color: Rouge. HEX triplet: AA, 30 and 70. RGB value is (170,48,112). Sum of RGB (Red+Green+Blue) = 170+48+112=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3070 is #55CF8F. Grayscale: #5B5B5B. Windows color (decimal): -5623696 or 7352490. OLE color: 7352490.

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

Color convert

RGB 170 48 112 -
CMYK 0 0.72 0.34 0.33
HSL 328.52º 0.56% 0.43% -
HSV(B) 328.52º 0.72% 0.67% -
XYZ 20.56 11.83 16.53 -
YUV 91.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 170 48 112 0 0.72 0.34 0.33 328.52 0.56 0.43
Hex AA 30 70 0 48 22 21 149 38 2B
Octal 252 60 160 0 110 42 41 511 70 53
Binary 10101010 110000 1110000 0 1001000 100010 100001 101001001 111000 101011

Color Harmonies of #AA3070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3070

Black with #AA3070

Text Example


Text Example

White with #AA3070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3070; }

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

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

background-color css

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

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

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

border-color css

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

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

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