Html Css Color HEX #AE5282 Royal Heath

📋 copy color: '#AE5282'

red 174 ◦ green 82 ◦ blue 130

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

Shades of Royal Heath #AE5282

Tints of Royal Heath #AE5282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.24%

 BLUE value IS 130 (51.17% from 255) = 33.68%

R = 45.08%
G = 21.24%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE5282 (or 0xAE5282) is known color: Royal Heath. HEX triplet: AE, 52 and 82. RGB value is (174,82,130). Sum of RGB (Red+Green+Blue) = 174+82+130=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5282 is #51AD7D. Grayscale: #727272. Windows color (decimal): -5352830 or 8540846. OLE color: 8540846.

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

Color convert

RGB 174 82 130 -
CMYK 0 0.53 0.25 0.32
HSL 328.7º 0.36% 0.5% -
HSV(B) 328.7º 0.53% 0.68% -
XYZ 24.5 16.64 23.04 -
YUV 114.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 174 82 130 0 0.53 0.25 0.32 328.7 0.36 0.5
Hex AE 52 82 0 35 19 20 149 24 32
Octal 256 122 202 0 65 31 40 511 44 62
Binary 10101110 1010010 10000010 0 110101 11001 100000 101001001 100100 110010

Color Harmonies of #AE5282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5282

Black with #AE5282

Text Example


Text Example

White with #AE5282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5282; }

 p { color: rgb(174,82,130); }

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

background-color css

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

 a { background-color: rgb(174,82,130); }

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

border-color css

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

 span { border-color: rgb(174,82,130); }

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