Html Css Color HEX #AD5681 Royal Heath

📋 copy color: '#AD5681'

red 173 ◦ green 86 ◦ blue 129

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

Shades of Royal Heath #AD5681

Tints of Royal Heath #AD5681

RGB

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

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

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

R = 44.59%
G = 22.16%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD5681 (or 0xAD5681) is known color: Royal Heath. HEX triplet: AD, 56 and 81. RGB value is (173,86,129). Sum of RGB (Red+Green+Blue) = 173+86+129=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5681 is #52A97E. Grayscale: #747474. Windows color (decimal): -5417343 or 8476333. OLE color: 8476333.

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

Color convert

RGB 173 86 129 -
CMYK 0 0.50 0.25 0.32
HSL 330.34º 0.35% 0.51% -
HSV(B) 330.34º 0.5% 0.68% -
XYZ 24.52 17.12 22.78 -
YUV 116.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 173 86 129 0 0.50 0.25 0.32 330.34 0.35 0.51
Hex AD 56 81 0 32 19 20 14A 23 33
Octal 255 126 201 0 62 31 40 512 43 63
Binary 10101101 1010110 10000001 0 110010 11001 100000 101001010 100011 110011

Color Harmonies of #AD5681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5681

Black with #AD5681

Text Example


Text Example

White with #AD5681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5681; }

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

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

background-color css

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

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

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

border-color css

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

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

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