Html Css Color HEX #AD527A Royal Heath

📋 copy color: '#AD527A'

red 173 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #AD527A

Tints of Royal Heath #AD527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 45.89%
G = 21.75%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD527A (or 0xAD527A) is known color: Royal Heath. HEX triplet: AD, 52 and 7A. RGB value is (173,82,122). Sum of RGB (Red+Green+Blue) = 173+82+122=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD527A is #52AD85. Grayscale: #717171. Windows color (decimal): -5418374 or 8016557. OLE color: 8016557.

HSL color Cylindrical-coordinate representation of color #AD527A: hue angle of 333.63º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD527A is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 122 -
CMYK 0 0.53 0.29 0.32
HSL 333.63º 0.36% 0.5% -
HSV(B) 333.63º 0.53% 0.68% -
XYZ 23.76 16.32 20.31 -
YUV 113.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 173 82 122 0 0.53 0.29 0.32 333.63 0.36 0.5
Hex AD 52 7A 0 35 1D 20 14E 24 32
Octal 255 122 172 0 65 35 40 516 44 62
Binary 10101101 1010010 1111010 0 110101 11101 100000 101001110 100100 110010

Color Harmonies of #AD527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD527A

Black with #AD527A

Text Example


Text Example

White with #AD527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD527A; }

 p { color: rgb(173,82,122); }

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

background-color css

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

 a { background-color: rgb(173,82,122); }

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

border-color css

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

 span { border-color: rgb(173,82,122); }

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