Html Css Color HEX #AA306B Rouge

📋 copy color: '#AA306B'

red 170 ◦ green 48 ◦ blue 107

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

Shades of Rouge #AA306B

Tints of Rouge #AA306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 52.31%
G = 14.77%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA306B (or 0xAA306B) is known color: Rouge. HEX triplet: AA, 30 and 6B. RGB value is (170,48,107). Sum of RGB (Red+Green+Blue) = 170+48+107=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA306B is #55CF94. Grayscale: #5B5B5B. Windows color (decimal): -5623701 or 7024810. OLE color: 7024810.

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

Color convert

RGB 170 48 107 -
CMYK 0 0.72 0.37 0.33
HSL 330.98º 0.56% 0.43% -
HSV(B) 330.98º 0.72% 0.67% -
XYZ 20.29 11.72 15.1 -
YUV 91.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 170 48 107 0 0.72 0.37 0.33 330.98 0.56 0.43
Hex AA 30 6B 0 48 25 21 14B 38 2B
Octal 252 60 153 0 110 45 41 513 70 53
Binary 10101010 110000 1101011 0 1001000 100101 100001 101001011 111000 101011

Color Harmonies of #AA306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA306B

Black with #AA306B

Text Example


Text Example

White with #AA306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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