Html Css Color HEX #AD4172 Royal Heath

📋 copy color: '#AD4172'

red 173 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #AD4172

Tints of Royal Heath #AD4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 49.15%
G = 18.47%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD4172 (or 0xAD4172) is known color: Royal Heath. HEX triplet: AD, 41 and 72. RGB value is (173,65,114). Sum of RGB (Red+Green+Blue) = 173+65+114=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4172 is #52BE8D. Grayscale: #666666. Windows color (decimal): -5422734 or 7487917. OLE color: 7487917.

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

Color convert

RGB 173 65 114 -
CMYK 0 0.62 0.34 0.32
HSL 332.78º 0.45% 0.47% -
HSV(B) 332.78º 0.62% 0.68% -
XYZ 22.16 13.88 17.43 -
YUV 102.88 134.28 178.02 -
System Red Green Blue C M Y K H S L
Decimal 173 65 114 0 0.62 0.34 0.32 332.78 0.45 0.47
Hex AD 41 72 0 3E 22 20 14D 2D 2F
Octal 255 101 162 0 76 42 40 515 55 57
Binary 10101101 1000001 1110010 0 111110 100010 100000 101001101 101101 101111

Color Harmonies of #AD4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4172

Black with #AD4172

Text Example


Text Example

White with #AD4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4172; }

 p { color: rgb(173,65,114); }

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

background-color css

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

 a { background-color: rgb(173,65,114); }

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

border-color css

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

 span { border-color: rgb(173,65,114); }

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