Html Css Color HEX #AD5385 Royal Heath

📋 copy color: '#AD5385'

red 173 ◦ green 83 ◦ blue 133

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

Shades of Royal Heath #AD5385

Tints of Royal Heath #AD5385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 44.47%
G = 21.34%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD5385 (or 0xAD5385) is known color: Royal Heath. HEX triplet: AD, 53 and 85. RGB value is (173,83,133). Sum of RGB (Red+Green+Blue) = 173+83+133=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5385 is #52AC7A. Grayscale: #737373. Windows color (decimal): -5418107 or 8737709. OLE color: 8737709.

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

Color convert

RGB 173 83 133 -
CMYK 0 0.52 0.23 0.32
HSL 326.67º 0.35% 0.5% -
HSV(B) 326.67º 0.52% 0.68% -
XYZ 24.56 16.76 24.13 -
YUV 115.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 173 83 133 0 0.52 0.23 0.32 326.67 0.35 0.5
Hex AD 53 85 0 34 17 20 147 23 32
Octal 255 123 205 0 64 27 40 507 43 62
Binary 10101101 1010011 10000101 0 110100 10111 100000 101000111 100011 110010

Color Harmonies of #AD5385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5385

Black with #AD5385

Text Example


Text Example

White with #AD5385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5385; }

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

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

background-color css

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

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

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

border-color css

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

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

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