Html Css Color HEX #AD557D Royal Heath

📋 copy color: '#AD557D'

red 173 ◦ green 85 ◦ blue 125

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

Shades of Royal Heath #AD557D

Tints of Royal Heath #AD557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 45.17%
G = 22.19%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD557D (or 0xAD557D) is known color: Royal Heath. HEX triplet: AD, 55 and 7D. RGB value is (173,85,125). Sum of RGB (Red+Green+Blue) = 173+85+125=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD557D is #52AA82. Grayscale: #737373. Windows color (decimal): -5417603 or 8213933. OLE color: 8213933.

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

Color convert

RGB 173 85 125 -
CMYK 0 0.51 0.28 0.32
HSL 332.73º 0.35% 0.51% -
HSV(B) 332.73º 0.51% 0.68% -
XYZ 24.18 16.86 21.38 -
YUV 115.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 173 85 125 0 0.51 0.28 0.32 332.73 0.35 0.51
Hex AD 55 7D 0 33 1C 20 14D 23 33
Octal 255 125 175 0 63 34 40 515 43 63
Binary 10101101 1010101 1111101 0 110011 11100 100000 101001101 100011 110011

Color Harmonies of #AD557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD557D

Black with #AD557D

Text Example


Text Example

White with #AD557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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