Html Css Color HEX #AE467A Royal Heath

📋 copy color: '#AE467A'

red 174 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #AE467A

Tints of Royal Heath #AE467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

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

R = 47.54%
G = 19.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE467A (or 0xAE467A) is known color: Royal Heath. HEX triplet: AE, 46 and 7A. RGB value is (174,70,122). Sum of RGB (Red+Green+Blue) = 174+70+122=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE467A is #51B985. Grayscale: #6A6A6A. Windows color (decimal): -5355910 or 8013486. OLE color: 8013486.

HSL color Cylindrical-coordinate representation of color #AE467A: hue angle of 330º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE467A is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 70 122 -
CMYK 0 0.60 0.30 0.32
HSL 330º 0.43% 0.48% -
HSV(B) 330º 0.6% 0.68% -
XYZ 23.16 14.78 20.05 -
YUV 107.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 174 70 122 0 0.60 0.30 0.32 330 0.43 0.48
Hex AE 46 7A 0 3C 1E 20 14A 2B 30
Octal 256 106 172 0 74 36 40 512 53 60
Binary 10101110 1000110 1111010 0 111100 11110 100000 101001010 101011 110000

Color Harmonies of #AE467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE467A

Black with #AE467A

Text Example


Text Example

White with #AE467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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