Html Css Color HEX #AE4070 Royal Heath

📋 copy color: '#AE4070'

red 174 ◦ green 64 ◦ blue 112

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

Shades of Royal Heath #AE4070

Tints of Royal Heath #AE4070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 49.71%
G = 18.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE4070 (or 0xAE4070) is known color: Royal Heath. HEX triplet: AE, 40 and 70. RGB value is (174,64,112). Sum of RGB (Red+Green+Blue) = 174+64+112=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4070 is #51BF8F. Grayscale: #666666. Windows color (decimal): -5357456 or 7356590. OLE color: 7356590.

HSL color Cylindrical-coordinate representation of color #AE4070: hue angle of 333.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4070 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 112 -
CMYK 0 0.63 0.36 0.32
HSL 333.82º 0.46% 0.47% -
HSV(B) 333.82º 0.63% 0.68% -
XYZ 22.21 13.84 16.83 -
YUV 102.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 174 64 112 0 0.63 0.36 0.32 333.82 0.46 0.47
Hex AE 40 70 0 3F 24 20 14E 2E 2F
Octal 256 100 160 0 77 44 40 516 56 57
Binary 10101110 1000000 1110000 0 111111 100100 100000 101001110 101110 101111

Color Harmonies of #AE4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4070

Black with #AE4070

Text Example


Text Example

White with #AE4070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4070; }

 p { color: rgb(174,64,112); }

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

background-color css

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

 a { background-color: rgb(174,64,112); }

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

border-color css

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

 span { border-color: rgb(174,64,112); }

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