Html Css Color HEX #AD4F82 Royal Heath

📋 copy color: '#AD4F82'

red 173 ◦ green 79 ◦ blue 130

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

Shades of Royal Heath #AD4F82

Tints of Royal Heath #AD4F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.68%

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

R = 45.29%
G = 20.68%
B = 34.03%

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

#AD4F82 (or 0xAD4F82) is known color: Royal Heath. HEX triplet: AD, 4F and 82. RGB value is (173,79,130). Sum of RGB (Red+Green+Blue) = 173+79+130=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4F82 is #52B07D. Grayscale: #707070. Windows color (decimal): -5419134 or 8540077. OLE color: 8540077.

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

Color convert

RGB 173 79 130 -
CMYK 0 0.54 0.25 0.32
HSL 327.45º 0.37% 0.49% -
HSV(B) 327.45º 0.54% 0.68% -
XYZ 24.06 16.09 22.96 -
YUV 112.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 173 79 130 0 0.54 0.25 0.32 327.45 0.37 0.49
Hex AD 4F 82 0 36 19 20 147 25 31
Octal 255 117 202 0 66 31 40 507 45 61
Binary 10101101 1001111 10000010 0 110110 11001 100000 101000111 100101 110001

Color Harmonies of #AD4F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F82

Black with #AD4F82

Text Example


Text Example

White with #AD4F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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