Html Css Color HEX #AE306F Rouge

📋 copy color: '#AE306F'

red 174 ◦ green 48 ◦ blue 111

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

Shades of Rouge #AE306F

Tints of Rouge #AE306F

RGB

 RED value IS 174 (68.36% from 255) = 52.25%

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 52.25%
G = 14.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE306F (or 0xAE306F) is known color: Rouge. HEX triplet: AE, 30 and 6F. RGB value is (174,48,111). Sum of RGB (Red+Green+Blue) = 174+48+111=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE306F is #51CF90. Grayscale: #5C5C5C. Windows color (decimal): -5361553 or 7286958. OLE color: 7286958.

HSL color Cylindrical-coordinate representation of color #AE306F: hue angle of 330º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE306F is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 48 111 -
CMYK 0 0.72 0.36 0.32
HSL 330º 0.57% 0.44% -
HSV(B) 330º 0.72% 0.68% -
XYZ 21.38 12.26 16.28 -
YUV 92.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 174 48 111 0 0.72 0.36 0.32 330 0.57 0.44
Hex AE 30 6F 0 48 24 20 14A 39 2C
Octal 256 60 157 0 110 44 40 512 71 54
Binary 10101110 110000 1101111 0 1001000 100100 100000 101001010 111001 101100

Color Harmonies of #AE306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE306F

Black with #AE306F

Text Example


Text Example

White with #AE306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE306F; }

 p { color: rgb(174,48,111); }

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

background-color css

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

 a { background-color: rgb(174,48,111); }

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

border-color css

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

 span { border-color: rgb(174,48,111); }

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