Html Css Color HEX #AA306A Rouge

📋 copy color: '#AA306A'

red 170 ◦ green 48 ◦ blue 106

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

Shades of Rouge #AA306A

Tints of Rouge #AA306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 52.47%
G = 14.81%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA306A (or 0xAA306A) is known color: Rouge. HEX triplet: AA, 30 and 6A. RGB value is (170,48,106). Sum of RGB (Red+Green+Blue) = 170+48+106=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA306A is #55CF95. Grayscale: #5A5A5A. Windows color (decimal): -5623702 or 6959274. OLE color: 6959274.

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

Color convert

RGB 170 48 106 -
CMYK 0 0.72 0.38 0.33
HSL 331.48º 0.56% 0.43% -
HSV(B) 331.48º 0.72% 0.67% -
XYZ 20.24 11.7 14.83 -
YUV 91.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 170 48 106 0 0.72 0.38 0.33 331.48 0.56 0.43
Hex AA 30 6A 0 48 26 21 14B 38 2B
Octal 252 60 152 0 110 46 41 513 70 53
Binary 10101010 110000 1101010 0 1001000 100110 100001 101001011 111000 101011

Color Harmonies of #AA306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA306A

Black with #AA306A

Text Example


Text Example

White with #AA306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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