Html Css Color HEX #AD5C7D Royal Heath

📋 copy color: '#AD5C7D'

red 173 ◦ green 92 ◦ blue 125

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

Shades of Royal Heath #AD5C7D

Tints of Royal Heath #AD5C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 44.36%
G = 23.59%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD5C7D (or 0xAD5C7D) is known color: Royal Heath. HEX triplet: AD, 5C and 7D. RGB value is (173,92,125). Sum of RGB (Red+Green+Blue) = 173+92+125=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C7D is #52A382. Grayscale: #777777. Windows color (decimal): -5415811 or 8215725. OLE color: 8215725.

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

Color convert

RGB 173 92 125 -
CMYK 0 0.47 0.28 0.32
HSL 335.56º 0.33% 0.52% -
HSV(B) 335.56º 0.47% 0.68% -
XYZ 24.76 18.02 21.57 -
YUV 119.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 173 92 125 0 0.47 0.28 0.32 335.56 0.33 0.52
Hex AD 5C 7D 0 2F 1C 20 150 21 34
Octal 255 134 175 0 57 34 40 520 41 64
Binary 10101101 1011100 1111101 0 101111 11100 100000 101010000 100001 110100

Color Harmonies of #AD5C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C7D

Black with #AD5C7D

Text Example


Text Example

White with #AD5C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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