Html Css Color HEX #AD5581 Royal Heath

📋 copy color: '#AD5581'

red 173 ◦ green 85 ◦ blue 129

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

Shades of Royal Heath #AD5581

Tints of Royal Heath #AD5581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 44.7%
G = 21.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD5581 (or 0xAD5581) is known color: Royal Heath. HEX triplet: AD, 55 and 81. RGB value is (173,85,129). Sum of RGB (Red+Green+Blue) = 173+85+129=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5581 is #52AA7E. Grayscale: #747474. Windows color (decimal): -5417599 or 8476077. OLE color: 8476077.

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

Color convert

RGB 173 85 129 -
CMYK 0 0.51 0.25 0.32
HSL 330º 0.35% 0.51% -
HSV(B) 330º 0.51% 0.68% -
XYZ 24.44 16.97 22.76 -
YUV 116.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 173 85 129 0 0.51 0.25 0.32 330 0.35 0.51
Hex AD 55 81 0 33 19 20 14A 23 33
Octal 255 125 201 0 63 31 40 512 43 63
Binary 10101101 1010101 10000001 0 110011 11001 100000 101001010 100011 110011

Color Harmonies of #AD5581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5581

Black with #AD5581

Text Example


Text Example

White with #AD5581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5581; }

 p { color: rgb(173,85,129); }

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

background-color css

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

 a { background-color: rgb(173,85,129); }

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

border-color css

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

 span { border-color: rgb(173,85,129); }

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