Html Css Color HEX #AD507D Royal Heath

📋 copy color: '#AD507D'

red 173 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #AD507D

Tints of Royal Heath #AD507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

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

R = 45.77%
G = 21.16%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD507D (or 0xAD507D) is known color: Royal Heath. HEX triplet: AD, 50 and 7D. RGB value is (173,80,125). Sum of RGB (Red+Green+Blue) = 173+80+125=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD507D is #52AF82. Grayscale: #707070. Windows color (decimal): -5418883 or 8212653. OLE color: 8212653.

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

Color convert

RGB 173 80 125 -
CMYK 0 0.54 0.28 0.32
HSL 330.97º 0.37% 0.5% -
HSV(B) 330.97º 0.54% 0.68% -
XYZ 23.8 16.1 21.26 -
YUV 112.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 173 80 125 0 0.54 0.28 0.32 330.97 0.37 0.5
Hex AD 50 7D 0 36 1C 20 14B 25 32
Octal 255 120 175 0 66 34 40 513 45 62
Binary 10101101 1010000 1111101 0 110110 11100 100000 101001011 100101 110010

Color Harmonies of #AD507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD507D

Black with #AD507D

Text Example


Text Example

White with #AD507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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