Html Css Color HEX #AE4875 Royal Heath

📋 copy color: '#AE4875'

red 174 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #AE4875

Tints of Royal Heath #AE4875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 47.93%
G = 19.83%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE4875 (or 0xAE4875) is known color: Royal Heath. HEX triplet: AE, 48 and 75. RGB value is (174,72,117). Sum of RGB (Red+Green+Blue) = 174+72+117=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4875 is #51B78A. Grayscale: #6B6B6B. Windows color (decimal): -5355403 or 7686318. OLE color: 7686318.

HSL color Cylindrical-coordinate representation of color #AE4875: hue angle of 333.53º degrees, saturation: 0.41, 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 #AE4875 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 72 117 -
CMYK 0 0.59 0.33 0.32
HSL 333.53º 0.41% 0.48% -
HSV(B) 333.53º 0.59% 0.68% -
XYZ 22.98 14.92 18.5 -
YUV 107.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 174 72 117 0 0.59 0.33 0.32 333.53 0.41 0.48
Hex AE 48 75 0 3B 21 20 14E 29 30
Octal 256 110 165 0 73 41 40 516 51 60
Binary 10101110 1001000 1110101 0 111011 100001 100000 101001110 101001 110000

Color Harmonies of #AE4875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4875

Black with #AE4875

Text Example


Text Example

White with #AE4875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4875; }

 p { color: rgb(174,72,117); }

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

background-color css

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

 a { background-color: rgb(174,72,117); }

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

border-color css

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

 span { border-color: rgb(174,72,117); }

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