Html Css Color HEX #AD437D Royal Heath

📋 copy color: '#AD437D'

red 173 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #AD437D

Tints of Royal Heath #AD437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.36%

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

R = 47.4%
G = 18.36%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD437D (or 0xAD437D) is known color: Royal Heath. HEX triplet: AD, 43 and 7D. RGB value is (173,67,125). Sum of RGB (Red+Green+Blue) = 173+67+125=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD437D is #52BC82. Grayscale: #696969. Windows color (decimal): -5422211 or 8209325. OLE color: 8209325.

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

Color convert

RGB 173 67 125 -
CMYK 0 0.61 0.28 0.32
HSL 327.17º 0.44% 0.47% -
HSV(B) 327.17º 0.61% 0.68% -
XYZ 22.94 14.38 20.97 -
YUV 105.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 173 67 125 0 0.61 0.28 0.32 327.17 0.44 0.47
Hex AD 43 7D 0 3D 1C 20 147 2C 2F
Octal 255 103 175 0 75 34 40 507 54 57
Binary 10101101 1000011 1111101 0 111101 11100 100000 101000111 101100 101111

Color Harmonies of #AD437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD437D

Black with #AD437D

Text Example


Text Example

White with #AD437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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