Html Css Color HEX #AD457C Royal Heath

📋 copy color: '#AD457C'

red 173 ◦ green 69 ◦ blue 124

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

Shades of Royal Heath #AD457C

Tints of Royal Heath #AD457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.85%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 47.27%
G = 18.85%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD457C (or 0xAD457C) is known color: Royal Heath. HEX triplet: AD, 45 and 7C. RGB value is (173,69,124). Sum of RGB (Red+Green+Blue) = 173+69+124=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD457C is #52BA83. Grayscale: #6A6A6A. Windows color (decimal): -5421700 or 8144301. OLE color: 8144301.

HSL color Cylindrical-coordinate representation of color #AD457C: hue angle of 328.27º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD457C is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 124 -
CMYK 0 0.60 0.28 0.32
HSL 328.27º 0.43% 0.47% -
HSV(B) 328.27º 0.6% 0.68% -
XYZ 23 14.6 20.67 -
YUV 106.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 173 69 124 0 0.60 0.28 0.32 328.27 0.43 0.47
Hex AD 45 7C 0 3C 1C 20 148 2B 2F
Octal 255 105 174 0 74 34 40 510 53 57
Binary 10101101 1000101 1111100 0 111100 11100 100000 101001000 101011 101111

Color Harmonies of #AD457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD457C

Black with #AD457C

Text Example


Text Example

White with #AD457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD457C; }

 p { color: rgb(173,69,124); }

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

background-color css

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

 a { background-color: rgb(173,69,124); }

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

border-color css

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

 span { border-color: rgb(173,69,124); }

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