Html Css Color HEX #AD5A7E Royal Heath

📋 copy color: '#AD5A7E'

red 173 ◦ green 90 ◦ blue 126

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

Shades of Royal Heath #AD5A7E

Tints of Royal Heath #AD5A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 44.47%
G = 23.14%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD5A7E (or 0xAD5A7E) is known color: Royal Heath. HEX triplet: AD, 5A and 7E. RGB value is (173,90,126). Sum of RGB (Red+Green+Blue) = 173+90+126=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A7E is #52A581. Grayscale: #767676. Windows color (decimal): -5416322 or 8280749. OLE color: 8280749.

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

Color convert

RGB 173 90 126 -
CMYK 0 0.48 0.27 0.32
HSL 333.98º 0.34% 0.52% -
HSV(B) 333.98º 0.48% 0.68% -
XYZ 24.66 17.7 21.86 -
YUV 118.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 173 90 126 0 0.48 0.27 0.32 333.98 0.34 0.52
Hex AD 5A 7E 0 30 1B 20 14E 22 34
Octal 255 132 176 0 60 33 40 516 42 64
Binary 10101101 1011010 1111110 0 110000 11011 100000 101001110 100010 110100

Color Harmonies of #AD5A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A7E

Black with #AD5A7E

Text Example


Text Example

White with #AD5A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A7E; }

 p { color: rgb(173,90,126); }

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

background-color css

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

 a { background-color: rgb(173,90,126); }

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

border-color css

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

 span { border-color: rgb(173,90,126); }

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