Html Css Color HEX #AE407B Royal Heath

📋 copy color: '#AE407B'

red 174 ◦ green 64 ◦ blue 123

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

Shades of Royal Heath #AE407B

Tints of Royal Heath #AE407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 48.2%
G = 17.73%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE407B (or 0xAE407B) is known color: Royal Heath. HEX triplet: AE, 40 and 7B. RGB value is (174,64,123). Sum of RGB (Red+Green+Blue) = 174+64+123=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE407B is #51BF84. Grayscale: #676767. Windows color (decimal): -5357445 or 8077486. OLE color: 8077486.

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

Color convert

RGB 174 64 123 -
CMYK 0 0.63 0.29 0.32
HSL 327.82º 0.46% 0.47% -
HSV(B) 327.82º 0.63% 0.68% -
XYZ 22.86 14.1 20.25 -
YUV 103.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 174 64 123 0 0.63 0.29 0.32 327.82 0.46 0.47
Hex AE 40 7B 0 3F 1D 20 148 2E 2F
Octal 256 100 173 0 77 35 40 510 56 57
Binary 10101110 1000000 1111011 0 111111 11101 100000 101001000 101110 101111

Color Harmonies of #AE407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE407B

Black with #AE407B

Text Example


Text Example

White with #AE407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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