Html Css Color HEX #AE4277 Royal Heath

📋 copy color: '#AE4277'

red 174 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #AE4277

Tints of Royal Heath #AE4277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 48.47%
G = 18.38%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE4277 (or 0xAE4277) is known color: Royal Heath. HEX triplet: AE, 42 and 77. RGB value is (174,66,119). Sum of RGB (Red+Green+Blue) = 174+66+119=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4277 is #51BD88. Grayscale: #686868. Windows color (decimal): -5356937 or 7815854. OLE color: 7815854.

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

Color convert

RGB 174 66 119 -
CMYK 0 0.62 0.32 0.32
HSL 330.56º 0.45% 0.47% -
HSV(B) 330.56º 0.62% 0.68% -
XYZ 22.73 14.23 19 -
YUV 104.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 174 66 119 0 0.62 0.32 0.32 330.56 0.45 0.47
Hex AE 42 77 0 3E 20 20 14B 2D 2F
Octal 256 102 167 0 76 40 40 513 55 57
Binary 10101110 1000010 1110111 0 111110 100000 100000 101001011 101101 101111

Color Harmonies of #AE4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4277

Black with #AE4277

Text Example


Text Example

White with #AE4277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4277; }

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

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

background-color css

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

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

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

border-color css

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

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

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