Html Css Color HEX #AD5384 Royal Heath

📋 copy color: '#AD5384'

red 173 ◦ green 83 ◦ blue 132

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

Shades of Royal Heath #AD5384

Tints of Royal Heath #AD5384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.02%

R = 44.59%
G = 21.39%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD5384 (or 0xAD5384) is known color: Royal Heath. HEX triplet: AD, 53 and 84. RGB value is (173,83,132). Sum of RGB (Red+Green+Blue) = 173+83+132=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5384 is #52AC7B. Grayscale: #737373. Windows color (decimal): -5418108 or 8672173. OLE color: 8672173.

HSL color Cylindrical-coordinate representation of color #AD5384: hue angle of 327.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 #AD5384 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 83 132 -
CMYK 0 0.52 0.24 0.32
HSL 327.33º 0.35% 0.5% -
HSV(B) 327.33º 0.52% 0.68% -
XYZ 24.49 16.74 23.77 -
YUV 115.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 173 83 132 0 0.52 0.24 0.32 327.33 0.35 0.5
Hex AD 53 84 0 34 18 20 147 23 32
Octal 255 123 204 0 64 30 40 507 43 62
Binary 10101101 1010011 10000100 0 110100 11000 100000 101000111 100011 110010

Color Harmonies of #AD5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5384

Black with #AD5384

Text Example


Text Example

White with #AD5384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5384; }

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

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

background-color css

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

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

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

border-color css

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

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

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