Html Css Color HEX #AD4078 Royal Heath

📋 copy color: '#AD4078'

red 173 ◦ green 64 ◦ blue 120

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

Shades of Royal Heath #AD4078

Tints of Royal Heath #AD4078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 48.46%
G = 17.93%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD4078 (or 0xAD4078) is known color: Royal Heath. HEX triplet: AD, 40 and 78. RGB value is (173,64,120). Sum of RGB (Red+Green+Blue) = 173+64+120=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4078 is #52BF87. Grayscale: #666666. Windows color (decimal): -5422984 or 7880877. OLE color: 7880877.

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

Color convert

RGB 173 64 120 -
CMYK 0 0.63 0.31 0.32
HSL 329.17º 0.46% 0.46% -
HSV(B) 329.17º 0.63% 0.68% -
XYZ 22.46 13.91 19.27 -
YUV 102.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 173 64 120 0 0.63 0.31 0.32 329.17 0.46 0.46
Hex AD 40 78 0 3F 1F 20 149 2E 2E
Octal 255 100 170 0 77 37 40 511 56 56
Binary 10101101 1000000 1111000 0 111111 11111 100000 101001001 101110 101110

Color Harmonies of #AD4078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4078

Black with #AD4078

Text Example


Text Example

White with #AD4078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4078; }

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

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

background-color css

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

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

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

border-color css

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

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

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