Html Css Color HEX #AD5785 Royal Heath

📋 copy color: '#AD5785'

red 173 ◦ green 87 ◦ blue 133

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

Shades of Royal Heath #AD5785

Tints of Royal Heath #AD5785

RGB

 RED value IS 173 (67.97% from 255) = 44.02%

 GREEN value IS 87 (34.38% from 255) = 22.14%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 44.02%
G = 22.14%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD5785 (or 0xAD5785) is known color: Royal Heath. HEX triplet: AD, 57 and 85. RGB value is (173,87,133). Sum of RGB (Red+Green+Blue) = 173+87+133=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5785 is #52A87A. Grayscale: #757575. Windows color (decimal): -5417083 or 8738733. OLE color: 8738733.

HSL color Cylindrical-coordinate representation of color #AD5785: hue angle of 327.91º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5785 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 87 133 -
CMYK 0 0.50 0.23 0.32
HSL 327.91º 0.34% 0.51% -
HSV(B) 327.91º 0.5% 0.68% -
XYZ 24.88 17.39 24.24 -
YUV 117.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 173 87 133 0 0.50 0.23 0.32 327.91 0.34 0.51
Hex AD 57 85 0 32 17 20 148 22 33
Octal 255 127 205 0 62 27 40 510 42 63
Binary 10101101 1010111 10000101 0 110010 10111 100000 101001000 100010 110011

Color Harmonies of #AD5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5785

Black with #AD5785

Text Example


Text Example

White with #AD5785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5785; }

 p { color: rgb(173,87,133); }

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

background-color css

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

 a { background-color: rgb(173,87,133); }

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

border-color css

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

 span { border-color: rgb(173,87,133); }

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