Html Css Color HEX #AD5885 Royal Heath

📋 copy color: '#AD5885'

red 173 ◦ green 88 ◦ blue 133

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

Shades of Royal Heath #AD5885

Tints of Royal Heath #AD5885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

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

R = 43.91%
G = 22.34%
B = 33.76%

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

#AD5885 (or 0xAD5885) is known color: Royal Heath. HEX triplet: AD, 58 and 85. RGB value is (173,88,133). Sum of RGB (Red+Green+Blue) = 173+88+133=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5885 is #52A77A. Grayscale: #767676. Windows color (decimal): -5416827 or 8738989. OLE color: 8738989.

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

Color convert

RGB 173 88 133 -
CMYK 0 0.49 0.23 0.32
HSL 328.24º 0.34% 0.51% -
HSV(B) 328.24º 0.49% 0.68% -
XYZ 24.96 17.56 24.26 -
YUV 118.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 173 88 133 0 0.49 0.23 0.32 328.24 0.34 0.51
Hex AD 58 85 0 31 17 20 148 22 33
Octal 255 130 205 0 61 27 40 510 42 63
Binary 10101101 1011000 10000101 0 110001 10111 100000 101001000 100010 110011

Color Harmonies of #AD5885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5885

Black with #AD5885

Text Example


Text Example

White with #AD5885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5885; }

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

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

background-color css

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

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

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

border-color css

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

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

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