Html Css Color HEX #AE4275 Royal Heath

📋 copy color: '#AE4275'

red 174 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #AE4275

Tints of Royal Heath #AE4275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.49%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 48.74%
G = 18.49%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE4275 (or 0xAE4275) is known color: Royal Heath. HEX triplet: AE, 42 and 75. RGB value is (174,66,117). Sum of RGB (Red+Green+Blue) = 174+66+117=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4275 is #51BD8A. Grayscale: #686868. Windows color (decimal): -5356939 or 7684782. OLE color: 7684782.

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

Color convert

RGB 174 66 117 -
CMYK 0 0.62 0.33 0.32
HSL 331.67º 0.45% 0.47% -
HSV(B) 331.67º 0.62% 0.68% -
XYZ 22.61 14.18 18.37 -
YUV 104.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 174 66 117 0 0.62 0.33 0.32 331.67 0.45 0.47
Hex AE 42 75 0 3E 21 20 14C 2D 2F
Octal 256 102 165 0 76 41 40 514 55 57
Binary 10101110 1000010 1110101 0 111110 100001 100000 101001100 101101 101111

Color Harmonies of #AE4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4275

Black with #AE4275

Text Example


Text Example

White with #AE4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4275; }

 p { color: rgb(174,66,117); }

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

background-color css

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

 a { background-color: rgb(174,66,117); }

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

border-color css

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

 span { border-color: rgb(174,66,117); }

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