Html Css Color HEX #AD457D Royal Heath

📋 copy color: '#AD457D'

red 173 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #AD457D

Tints of Royal Heath #AD457D

RGB

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

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

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

R = 47.14%
G = 18.8%
B = 34.06%

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

#AD457D (or 0xAD457D) is known color: Royal Heath. HEX triplet: AD, 45 and 7D. RGB value is (173,69,125). Sum of RGB (Red+Green+Blue) = 173+69+125=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD457D is #52BA82. Grayscale: #6A6A6A. Windows color (decimal): -5421699 or 8209837. OLE color: 8209837.

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

Color convert

RGB 173 69 125 -
CMYK 0 0.60 0.28 0.32
HSL 327.69º 0.43% 0.47% -
HSV(B) 327.69º 0.6% 0.68% -
XYZ 23.06 14.62 21.01 -
YUV 106.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 173 69 125 0 0.60 0.28 0.32 327.69 0.43 0.47
Hex AD 45 7D 0 3C 1C 20 148 2B 2F
Octal 255 105 175 0 74 34 40 510 53 57
Binary 10101101 1000101 1111101 0 111100 11100 100000 101001000 101011 101111

Color Harmonies of #AD457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD457D

Black with #AD457D

Text Example


Text Example

White with #AD457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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