Html Css Color HEX #AD487F Royal Heath

📋 copy color: '#AD487F'

red 173 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #AD487F

Tints of Royal Heath #AD487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 127 (50% from 255) = 34.14%

R = 46.51%
G = 19.35%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD487F (or 0xAD487F) is known color: Royal Heath. HEX triplet: AD, 48 and 7F. RGB value is (173,72,127). Sum of RGB (Red+Green+Blue) = 173+72+127=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD487F is #52B780. Grayscale: #6C6C6C. Windows color (decimal): -5420929 or 8341677. OLE color: 8341677.

HSL color Cylindrical-coordinate representation of color #AD487F: hue angle of 327.33º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD487F is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 72 127 -
CMYK 0 0.58 0.27 0.32
HSL 327.33º 0.41% 0.48% -
HSV(B) 327.33º 0.58% 0.68% -
XYZ 23.38 15.05 21.75 -
YUV 108.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 173 72 127 0 0.58 0.27 0.32 327.33 0.41 0.48
Hex AD 48 7F 0 3A 1B 20 147 29 30
Octal 255 110 177 0 72 33 40 507 51 60
Binary 10101101 1001000 1111111 0 111010 11011 100000 101000111 101001 110000

Color Harmonies of #AD487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD487F

Black with #AD487F

Text Example


Text Example

White with #AD487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD487F; }

 p { color: rgb(173,72,127); }

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

background-color css

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

 a { background-color: rgb(173,72,127); }

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

border-color css

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

 span { border-color: rgb(173,72,127); }

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