Html Css Color HEX #AD5C7F Royal Heath

📋 copy color: '#AD5C7F'

red 173 ◦ green 92 ◦ blue 127

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

Shades of Royal Heath #AD5C7F

Tints of Royal Heath #AD5C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

 BLUE value IS 127 (50% from 255) = 32.4%

R = 44.13%
G = 23.47%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD5C7F (or 0xAD5C7F) is known color: Royal Heath. HEX triplet: AD, 5C and 7F. RGB value is (173,92,127). Sum of RGB (Red+Green+Blue) = 173+92+127=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C7F is #52A380. Grayscale: #787878. Windows color (decimal): -5415809 or 8346797. OLE color: 8346797.

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

Color convert

RGB 173 92 127 -
CMYK 0 0.47 0.27 0.32
HSL 334.07º 0.33% 0.52% -
HSV(B) 334.07º 0.47% 0.68% -
XYZ 24.89 18.07 22.25 -
YUV 120.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 173 92 127 0 0.47 0.27 0.32 334.07 0.33 0.52
Hex AD 5C 7F 0 2F 1B 20 14E 21 34
Octal 255 134 177 0 57 33 40 516 41 64
Binary 10101101 1011100 1111111 0 101111 11011 100000 101001110 100001 110100

Color Harmonies of #AD5C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C7F

Black with #AD5C7F

Text Example


Text Example

White with #AD5C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C7F; }

 p { color: rgb(173,92,127); }

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

background-color css

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

 a { background-color: rgb(173,92,127); }

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

border-color css

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

 span { border-color: rgb(173,92,127); }

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