Html Css Color HEX #AA5683 Royal Heath

📋 copy color: '#AA5683'

red 170 ◦ green 86 ◦ blue 131

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

Shades of Royal Heath #AA5683

Tints of Royal Heath #AA5683

RGB

 RED value IS 170 (66.8% from 255) = 43.93%

 GREEN value IS 86 (33.98% from 255) = 22.22%

 BLUE value IS 131 (51.56% from 255) = 33.85%

R = 43.93%
G = 22.22%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA5683 (or 0xAA5683) is known color: Royal Heath. HEX triplet: AA, 56 and 83. RGB value is (170,86,131). Sum of RGB (Red+Green+Blue) = 170+86+131=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5683 is #55A97C. Grayscale: #747474. Windows color (decimal): -5613949 or 8607402. OLE color: 8607402.

HSL color Cylindrical-coordinate representation of color #AA5683: hue angle of 327.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5683 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 86 131 -
CMYK 0 0.49 0.23 0.33
HSL 327.86º 0.33% 0.5% -
HSV(B) 327.86º 0.49% 0.67% -
XYZ 24 16.84 23.46 -
YUV 116.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 170 86 131 0 0.49 0.23 0.33 327.86 0.33 0.5
Hex AA 56 83 0 31 17 21 148 21 32
Octal 252 126 203 0 61 27 41 510 41 62
Binary 10101010 1010110 10000011 0 110001 10111 100001 101001000 100001 110010

Color Harmonies of #AA5683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5683

Black with #AA5683

Text Example


Text Example

White with #AA5683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5683; }

 p { color: rgb(170,86,131); }

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

background-color css

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

 a { background-color: rgb(170,86,131); }

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

border-color css

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

 span { border-color: rgb(170,86,131); }

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