Html Css Color HEX #AE4B7B Royal Heath

📋 copy color: '#AE4B7B'

red 174 ◦ green 75 ◦ blue 123

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

Shades of Royal Heath #AE4B7B

Tints of Royal Heath #AE4B7B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.16%

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

R = 46.77%
G = 20.16%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE4B7B (or 0xAE4B7B) is known color: Royal Heath. HEX triplet: AE, 4B and 7B. RGB value is (174,75,123). Sum of RGB (Red+Green+Blue) = 174+75+123=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4B7B is #51B484. Grayscale: #6D6D6D. Windows color (decimal): -5354629 or 8080302. OLE color: 8080302.

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

Color convert

RGB 174 75 123 -
CMYK 0 0.57 0.29 0.32
HSL 330.91º 0.4% 0.49% -
HSV(B) 330.91º 0.57% 0.68% -
XYZ 23.55 15.46 20.48 -
YUV 110.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 174 75 123 0 0.57 0.29 0.32 330.91 0.4 0.49
Hex AE 4B 7B 0 39 1D 20 14B 28 31
Octal 256 113 173 0 71 35 40 513 50 61
Binary 10101110 1001011 1111011 0 111001 11101 100000 101001011 101000 110001

Color Harmonies of #AE4B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4B7B

Black with #AE4B7B

Text Example


Text Example

White with #AE4B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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