Html Css Color HEX #AD4079 Royal Heath

📋 copy color: '#AD4079'

red 173 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #AD4079

Tints of Royal Heath #AD4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 48.32%
G = 17.88%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD4079 (or 0xAD4079) is known color: Royal Heath. HEX triplet: AD, 40 and 79. RGB value is (173,64,121). Sum of RGB (Red+Green+Blue) = 173+64+121=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4079 is #52BF86. Grayscale: #666666. Windows color (decimal): -5422983 or 7946413. OLE color: 7946413.

HSL color Cylindrical-coordinate representation of color #AD4079: hue angle of 328.62º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4079 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 64 121 -
CMYK 0 0.63 0.30 0.32
HSL 328.62º 0.46% 0.46% -
HSV(B) 328.62º 0.63% 0.68% -
XYZ 22.52 13.93 19.59 -
YUV 103.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 173 64 121 0 0.63 0.30 0.32 328.62 0.46 0.46
Hex AD 40 79 0 3F 1E 20 149 2E 2E
Octal 255 100 171 0 77 36 40 511 56 56
Binary 10101101 1000000 1111001 0 111111 11110 100000 101001001 101110 101110

Color Harmonies of #AD4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4079

Black with #AD4079

Text Example


Text Example

White with #AD4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4079; }

 p { color: rgb(173,64,121); }

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

background-color css

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

 a { background-color: rgb(173,64,121); }

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

border-color css

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

 span { border-color: rgb(173,64,121); }

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