Html Css Color HEX #AE5082 Royal Heath

📋 copy color: '#AE5082'

red 174 ◦ green 80 ◦ blue 130

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

Shades of Royal Heath #AE5082

Tints of Royal Heath #AE5082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

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

R = 45.31%
G = 20.83%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE5082 (or 0xAE5082) is known color: Royal Heath. HEX triplet: AE, 50 and 82. RGB value is (174,80,130). Sum of RGB (Red+Green+Blue) = 174+80+130=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5082 is #51AF7D. Grayscale: #717171. Windows color (decimal): -5353342 or 8540334. OLE color: 8540334.

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

Color convert

RGB 174 80 130 -
CMYK 0 0.54 0.25 0.32
HSL 328.09º 0.37% 0.5% -
HSV(B) 328.09º 0.54% 0.68% -
XYZ 24.35 16.35 22.99 -
YUV 113.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 174 80 130 0 0.54 0.25 0.32 328.09 0.37 0.5
Hex AE 50 82 0 36 19 20 148 25 32
Octal 256 120 202 0 66 31 40 510 45 62
Binary 10101110 1010000 10000010 0 110110 11001 100000 101001000 100101 110010

Color Harmonies of #AE5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5082

Black with #AE5082

Text Example


Text Example

White with #AE5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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