Html Css Color HEX #AE4D7A Royal Heath

📋 copy color: '#AE4D7A'

red 174 ◦ green 77 ◦ blue 122

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

Shades of Royal Heath #AE4D7A

Tints of Royal Heath #AE4D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

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

R = 46.65%
G = 20.64%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE4D7A (or 0xAE4D7A) is known color: Royal Heath. HEX triplet: AE, 4D and 7A. RGB value is (174,77,122). Sum of RGB (Red+Green+Blue) = 174+77+122=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4D7A is #51B285. Grayscale: #6F6F6F. Windows color (decimal): -5354118 or 8015278. OLE color: 8015278.

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

Color convert

RGB 174 77 122 -
CMYK 0 0.56 0.30 0.32
HSL 332.16º 0.39% 0.49% -
HSV(B) 332.16º 0.56% 0.68% -
XYZ 23.62 15.71 20.2 -
YUV 111.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 174 77 122 0 0.56 0.30 0.32 332.16 0.39 0.49
Hex AE 4D 7A 0 38 1E 20 14C 27 31
Octal 256 115 172 0 70 36 40 514 47 61
Binary 10101110 1001101 1111010 0 111000 11110 100000 101001100 100111 110001

Color Harmonies of #AE4D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D7A

Black with #AE4D7A

Text Example


Text Example

White with #AE4D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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