Html Css Color HEX #AE2F64 Rouge

📋 copy color: '#AE2F64'

red 174 ◦ green 47 ◦ blue 100

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

Shades of Rouge #AE2F64

Tints of Rouge #AE2F64

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 54.21%
G = 14.64%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE2F64 (or 0xAE2F64) is known color: Rouge. HEX triplet: AE, 2F and 64. RGB value is (174,47,100). Sum of RGB (Red+Green+Blue) = 174+47+100=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2F64 is #51D09B. Grayscale: #5A5A5A. Windows color (decimal): -5361820 or 6565806. OLE color: 6565806.

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

Color convert

RGB 174 47 100 -
CMYK 0 0.73 0.43 0.32
HSL 334.96º 0.57% 0.43% -
HSV(B) 334.96º 0.73% 0.68% -
XYZ 20.77 11.95 13.27 -
YUV 91.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 174 47 100 0 0.73 0.43 0.32 334.96 0.57 0.43
Hex AE 2F 64 0 49 2B 20 14F 39 2B
Octal 256 57 144 0 111 53 40 517 71 53
Binary 10101110 101111 1100100 0 1001001 101011 100000 101001111 111001 101011

Color Harmonies of #AE2F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2F64

Black with #AE2F64

Text Example


Text Example

White with #AE2F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2F64; }

 p { color: rgb(174,47,100); }

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

background-color css

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

 a { background-color: rgb(174,47,100); }

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

border-color css

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

 span { border-color: rgb(174,47,100); }

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