Html Css Color HEX #AE4A6D Royal Heath

📋 copy color: '#AE4A6D'

red 174 ◦ green 74 ◦ blue 109

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

Shades of Royal Heath #AE4A6D

Tints of Royal Heath #AE4A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 48.74%
G = 20.73%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE4A6D (or 0xAE4A6D) is known color: Royal Heath. HEX triplet: AE, 4A and 6D. RGB value is (174,74,109). Sum of RGB (Red+Green+Blue) = 174+74+109=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4A6D is #51B592. Grayscale: #6B6B6B. Windows color (decimal): -5354899 or 7162542. OLE color: 7162542.

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

Color convert

RGB 174 74 109 -
CMYK 0 0.57 0.37 0.32
HSL 339º 0.4% 0.49% -
HSV(B) 339º 0.57% 0.68% -
XYZ 22.66 15 16.17 -
YUV 107.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 174 74 109 0 0.57 0.37 0.32 339 0.4 0.49
Hex AE 4A 6D 0 39 25 20 153 28 31
Octal 256 112 155 0 71 45 40 523 50 61
Binary 10101110 1001010 1101101 0 111001 100101 100000 101010011 101000 110001

Color Harmonies of #AE4A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A6D

Black with #AE4A6D

Text Example


Text Example

White with #AE4A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A6D; }

 p { color: rgb(174,74,109); }

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

background-color css

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

 a { background-color: rgb(174,74,109); }

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

border-color css

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

 span { border-color: rgb(174,74,109); }

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