Html Css Color HEX #AD5685 Royal Heath

📋 copy color: '#AD5685'

red 173 ◦ green 86 ◦ blue 133

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

Shades of Royal Heath #AD5685

Tints of Royal Heath #AD5685

RGB

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

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

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

R = 44.13%
G = 21.94%
B = 33.93%

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

#AD5685 (or 0xAD5685) is known color: Royal Heath. HEX triplet: AD, 56 and 85. RGB value is (173,86,133). Sum of RGB (Red+Green+Blue) = 173+86+133=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5685 is #52A97A. Grayscale: #757575. Windows color (decimal): -5417339 or 8738477. OLE color: 8738477.

HSL color Cylindrical-coordinate representation of color #AD5685: hue angle of 327.59º degrees, saturation: 0.35, 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 #AD5685 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 86 133 -
CMYK 0 0.50 0.23 0.32
HSL 327.59º 0.35% 0.51% -
HSV(B) 327.59º 0.5% 0.68% -
XYZ 24.8 17.23 24.21 -
YUV 117.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 173 86 133 0 0.50 0.23 0.32 327.59 0.35 0.51
Hex AD 56 85 0 32 17 20 148 23 33
Octal 255 126 205 0 62 27 40 510 43 63
Binary 10101101 1010110 10000101 0 110010 10111 100000 101001000 100011 110011

Color Harmonies of #AD5685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5685

Black with #AD5685

Text Example


Text Example

White with #AD5685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5685; }

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

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

background-color css

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

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

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

border-color css

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

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

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