Html Css Color HEX #AE4A6B Royal Heath

📋 copy color: '#AE4A6B'

red 174 ◦ green 74 ◦ blue 107

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

Shades of Royal Heath #AE4A6B

Tints of Royal Heath #AE4A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 49.01%
G = 20.85%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE4A6B (or 0xAE4A6B) is known color: Royal Heath. HEX triplet: AE, 4A and 6B. RGB value is (174,74,107). Sum of RGB (Red+Green+Blue) = 174+74+107=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4A6B is #51B594. Grayscale: #6B6B6B. Windows color (decimal): -5354901 or 7031470. OLE color: 7031470.

HSL color Cylindrical-coordinate representation of color #AE4A6B: hue angle of 340.2º 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 #AE4A6B is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 74 107 -
CMYK 0 0.57 0.39 0.32
HSL 340.2º 0.4% 0.49% -
HSV(B) 340.2º 0.57% 0.68% -
XYZ 22.56 14.96 15.61 -
YUV 107.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 174 74 107 0 0.57 0.39 0.32 340.2 0.4 0.49
Hex AE 4A 6B 0 39 27 20 154 28 31
Octal 256 112 153 0 71 47 40 524 50 61
Binary 10101110 1001010 1101011 0 111001 100111 100000 101010100 101000 110001

Color Harmonies of #AE4A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A6B

Black with #AE4A6B

Text Example


Text Example

White with #AE4A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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