Html Css Color HEX #AD5782 Royal Heath

📋 copy color: '#AD5782'

red 173 ◦ green 87 ◦ blue 130

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

Shades of Royal Heath #AD5782

Tints of Royal Heath #AD5782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 44.36%
G = 22.31%
B = 33.33%

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

#AD5782 (or 0xAD5782) is known color: Royal Heath. HEX triplet: AD, 57 and 82. RGB value is (173,87,130). Sum of RGB (Red+Green+Blue) = 173+87+130=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5782 is #52A87D. Grayscale: #757575. Windows color (decimal): -5417086 or 8542125. OLE color: 8542125.

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

Color convert

RGB 173 87 130 -
CMYK 0 0.50 0.25 0.32
HSL 330º 0.34% 0.51% -
HSV(B) 330º 0.5% 0.68% -
XYZ 24.67 17.31 23.16 -
YUV 117.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 173 87 130 0 0.50 0.25 0.32 330 0.34 0.51
Hex AD 57 82 0 32 19 20 14A 22 33
Octal 255 127 202 0 62 31 40 512 42 63
Binary 10101101 1010111 10000010 0 110010 11001 100000 101001010 100010 110011

Color Harmonies of #AD5782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5782

Black with #AD5782

Text Example


Text Example

White with #AD5782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5782; }

 p { color: rgb(173,87,130); }

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

background-color css

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

 a { background-color: rgb(173,87,130); }

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

border-color css

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

 span { border-color: rgb(173,87,130); }

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