Html Css Color HEX #AE4C7A Royal Heath

📋 copy color: '#AE4C7A'

red 174 ◦ green 76 ◦ blue 122

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

Shades of Royal Heath #AE4C7A

Tints of Royal Heath #AE4C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

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

R = 46.77%
G = 20.43%
B = 32.8%

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

#AE4C7A (or 0xAE4C7A) is known color: Royal Heath. HEX triplet: AE, 4C and 7A. RGB value is (174,76,122). Sum of RGB (Red+Green+Blue) = 174+76+122=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4C7A is #51B385. Grayscale: #6E6E6E. Windows color (decimal): -5354374 or 8015022. OLE color: 8015022.

HSL color Cylindrical-coordinate representation of color #AE4C7A: hue angle of 331.84º 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 #AE4C7A is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 76 122 -
CMYK 0 0.56 0.30 0.32
HSL 331.84º 0.39% 0.49% -
HSV(B) 331.84º 0.56% 0.68% -
XYZ 23.55 15.57 20.18 -
YUV 110.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 174 76 122 0 0.56 0.30 0.32 331.84 0.39 0.49
Hex AE 4C 7A 0 38 1E 20 14C 27 31
Octal 256 114 172 0 70 36 40 514 47 61
Binary 10101110 1001100 1111010 0 111000 11110 100000 101001100 100111 110001

Color Harmonies of #AE4C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4C7A

Black with #AE4C7A

Text Example


Text Example

White with #AE4C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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