Html Css Color HEX #AE4479 Royal Heath

📋 copy color: '#AE4479'

red 174 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #AE4479

Tints of Royal Heath #AE4479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

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

R = 47.93%
G = 18.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE4479 (or 0xAE4479) is known color: Royal Heath. HEX triplet: AE, 44 and 79. RGB value is (174,68,121). Sum of RGB (Red+Green+Blue) = 174+68+121=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4479 is #51BB86. Grayscale: #696969. Windows color (decimal): -5356423 or 7947438. OLE color: 7947438.

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

Color convert

RGB 174 68 121 -
CMYK 0 0.61 0.30 0.32
HSL 330º 0.44% 0.47% -
HSV(B) 330º 0.61% 0.68% -
XYZ 22.97 14.51 19.68 -
YUV 105.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 174 68 121 0 0.61 0.30 0.32 330 0.44 0.47
Hex AE 44 79 0 3D 1E 20 14A 2C 2F
Octal 256 104 171 0 75 36 40 512 54 57
Binary 10101110 1000100 1111001 0 111101 11110 100000 101001010 101100 101111

Color Harmonies of #AE4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4479

Black with #AE4479

Text Example


Text Example

White with #AE4479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4479; }

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

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

background-color css

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

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

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

border-color css

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

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

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