Html Css Color HEX #AD5083 Royal Heath

📋 copy color: '#AD5083'

red 173 ◦ green 80 ◦ blue 131

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

Shades of Royal Heath #AD5083

Tints of Royal Heath #AD5083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 45.05%
G = 20.83%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD5083 (or 0xAD5083) is known color: Royal Heath. HEX triplet: AD, 50 and 83. RGB value is (173,80,131). Sum of RGB (Red+Green+Blue) = 173+80+131=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5083 is #52AF7C. Grayscale: #717171. Windows color (decimal): -5418877 or 8605869. OLE color: 8605869.

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

Color convert

RGB 173 80 131 -
CMYK 0 0.54 0.24 0.32
HSL 327.1º 0.37% 0.5% -
HSV(B) 327.1º 0.54% 0.68% -
XYZ 24.2 16.26 23.34 -
YUV 113.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 173 80 131 0 0.54 0.24 0.32 327.1 0.37 0.5
Hex AD 50 83 0 36 18 20 147 25 32
Octal 255 120 203 0 66 30 40 507 45 62
Binary 10101101 1010000 10000011 0 110110 11000 100000 101000111 100101 110010

Color Harmonies of #AD5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5083

Black with #AD5083

Text Example


Text Example

White with #AD5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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