Html Css Color HEX #AA306C Rouge

📋 copy color: '#AA306C'

red 170 ◦ green 48 ◦ blue 108

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

Shades of Rouge #AA306C

Tints of Rouge #AA306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 52.15%
G = 14.72%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA306C (or 0xAA306C) is known color: Rouge. HEX triplet: AA, 30 and 6C. RGB value is (170,48,108). Sum of RGB (Red+Green+Blue) = 170+48+108=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA306C is #55CF93. Grayscale: #5B5B5B. Windows color (decimal): -5623700 or 7090346. OLE color: 7090346.

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

Color convert

RGB 170 48 108 -
CMYK 0 0.72 0.36 0.33
HSL 330.49º 0.56% 0.43% -
HSV(B) 330.49º 0.72% 0.67% -
XYZ 20.34 11.74 15.38 -
YUV 91.32 137.42 184.12 -
System Red Green Blue C M Y K H S L
Decimal 170 48 108 0 0.72 0.36 0.33 330.49 0.56 0.43
Hex AA 30 6C 0 48 24 21 14A 38 2B
Octal 252 60 154 0 110 44 41 512 70 53
Binary 10101010 110000 1101100 0 1001000 100100 100001 101001010 111000 101011

Color Harmonies of #AA306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA306C

Black with #AA306C

Text Example


Text Example

White with #AA306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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