Html Css Color HEX #AD5082 Royal Heath

📋 copy color: '#AD5082'

red 173 ◦ green 80 ◦ blue 130

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

Shades of Royal Heath #AD5082

Tints of Royal Heath #AD5082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 45.17%
G = 20.89%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD5082 (or 0xAD5082) is known color: Royal Heath. HEX triplet: AD, 50 and 82. RGB value is (173,80,130). Sum of RGB (Red+Green+Blue) = 173+80+130=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5082 is #52AF7D. Grayscale: #717171. Windows color (decimal): -5418878 or 8540333. OLE color: 8540333.

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

Color convert

RGB 173 80 130 -
CMYK 0 0.54 0.25 0.32
HSL 327.74º 0.37% 0.5% -
HSV(B) 327.74º 0.54% 0.68% -
XYZ 24.13 16.23 22.98 -
YUV 113.51 137.31 170.43 -
System Red Green Blue C M Y K H S L
Decimal 173 80 130 0 0.54 0.25 0.32 327.74 0.37 0.5
Hex AD 50 82 0 36 19 20 148 25 32
Octal 255 120 202 0 66 31 40 510 45 62
Binary 10101101 1010000 10000010 0 110110 11001 100000 101001000 100101 110010

Color Harmonies of #AD5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5082

Black with #AD5082

Text Example


Text Example

White with #AD5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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