Html Css Color HEX #AE4279 Royal Heath

📋 copy color: '#AE4279'

red 174 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #AE4279

Tints of Royal Heath #AE4279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 48.2%
G = 18.28%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE4279 (or 0xAE4279) is known color: Royal Heath. HEX triplet: AE, 42 and 79. RGB value is (174,66,121). Sum of RGB (Red+Green+Blue) = 174+66+121=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4279 is #51BD86. Grayscale: #686868. Windows color (decimal): -5356935 or 7946926. OLE color: 7946926.

HSL color Cylindrical-coordinate representation of color #AE4279: hue angle of 329.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4279 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 66 121 -
CMYK 0 0.62 0.30 0.32
HSL 329.44º 0.45% 0.47% -
HSV(B) 329.44º 0.62% 0.68% -
XYZ 22.85 14.28 19.64 -
YUV 104.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 174 66 121 0 0.62 0.30 0.32 329.44 0.45 0.47
Hex AE 42 79 0 3E 1E 20 149 2D 2F
Octal 256 102 171 0 76 36 40 511 55 57
Binary 10101110 1000010 1111001 0 111110 11110 100000 101001001 101101 101111

Color Harmonies of #AE4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4279

Black with #AE4279

Text Example


Text Example

White with #AE4279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4279; }

 p { color: rgb(174,66,121); }

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

background-color css

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

 a { background-color: rgb(174,66,121); }

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

border-color css

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

 span { border-color: rgb(174,66,121); }

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