Html Css Color HEX #AD5378 Royal Heath

📋 copy color: '#AD5378'

red 173 ◦ green 83 ◦ blue 120

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

Shades of Royal Heath #AD5378

Tints of Royal Heath #AD5378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

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

R = 46.01%
G = 22.07%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD5378 (or 0xAD5378) is known color: Royal Heath. HEX triplet: AD, 53 and 78. RGB value is (173,83,120). Sum of RGB (Red+Green+Blue) = 173+83+120=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5378 is #52AC87. Grayscale: #727272. Windows color (decimal): -5418120 or 7885741. OLE color: 7885741.

HSL color Cylindrical-coordinate representation of color #AD5378: hue angle of 335.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5378 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 83 120 -
CMYK 0 0.52 0.31 0.32
HSL 335.33º 0.35% 0.5% -
HSV(B) 335.33º 0.52% 0.68% -
XYZ 23.72 16.43 19.69 -
YUV 114.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 173 83 120 0 0.52 0.31 0.32 335.33 0.35 0.5
Hex AD 53 78 0 34 1F 20 14F 23 32
Octal 255 123 170 0 64 37 40 517 43 62
Binary 10101101 1010011 1111000 0 110100 11111 100000 101001111 100011 110010

Color Harmonies of #AD5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5378

Black with #AD5378

Text Example


Text Example

White with #AD5378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5378; }

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

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

background-color css

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

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

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

border-color css

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

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

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