Html Css Color HEX #AE477A Royal Heath

📋 copy color: '#AE477A'

red 174 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #AE477A

Tints of Royal Heath #AE477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.35%

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 47.41%
G = 19.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE477A (or 0xAE477A) is known color: Royal Heath. HEX triplet: AE, 47 and 7A. RGB value is (174,71,122). Sum of RGB (Red+Green+Blue) = 174+71+122=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE477A is #51B885. Grayscale: #6B6B6B. Windows color (decimal): -5355654 or 8013742. OLE color: 8013742.

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

Color convert

RGB 174 71 122 -
CMYK 0 0.59 0.30 0.32
HSL 330.29º 0.42% 0.48% -
HSV(B) 330.29º 0.59% 0.68% -
XYZ 23.22 14.91 20.07 -
YUV 107.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 174 71 122 0 0.59 0.30 0.32 330.29 0.42 0.48
Hex AE 47 7A 0 3B 1E 20 14A 2A 30
Octal 256 107 172 0 73 36 40 512 52 60
Binary 10101110 1000111 1111010 0 111011 11110 100000 101001010 101010 110000

Color Harmonies of #AE477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE477A

Black with #AE477A

Text Example


Text Example

White with #AE477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE477A; }

 p { color: rgb(174,71,122); }

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

background-color css

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

 a { background-color: rgb(174,71,122); }

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

border-color css

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

 span { border-color: rgb(174,71,122); }

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