Html Css Color HEX #AD5985 Royal Heath

📋 copy color: '#AD5985'

red 173 ◦ green 89 ◦ blue 133

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

Shades of Royal Heath #AD5985

Tints of Royal Heath #AD5985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.53%

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

R = 43.8%
G = 22.53%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD5985 (or 0xAD5985) is known color: Royal Heath. HEX triplet: AD, 59 and 85. RGB value is (173,89,133). Sum of RGB (Red+Green+Blue) = 173+89+133=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5985 is #52A67A. Grayscale: #777777. Windows color (decimal): -5416571 or 8739245. OLE color: 8739245.

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

Color convert

RGB 173 89 133 -
CMYK 0 0.49 0.23 0.32
HSL 328.57º 0.34% 0.51% -
HSV(B) 328.57º 0.49% 0.68% -
XYZ 25.04 17.72 24.29 -
YUV 119.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 173 89 133 0 0.49 0.23 0.32 328.57 0.34 0.51
Hex AD 59 85 0 31 17 20 149 22 33
Octal 255 131 205 0 61 27 40 511 42 63
Binary 10101101 1011001 10000101 0 110001 10111 100000 101001001 100010 110011

Color Harmonies of #AD5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5985

Black with #AD5985

Text Example


Text Example

White with #AD5985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5985; }

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

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

background-color css

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

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

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

border-color css

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

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

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