Html Css Color HEX #AD4B82 Royal Heath

📋 copy color: '#AD4B82'

red 173 ◦ green 75 ◦ blue 130

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

Shades of Royal Heath #AD4B82

Tints of Royal Heath #AD4B82

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.84%

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

R = 45.77%
G = 19.84%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD4B82 (or 0xAD4B82) is known color: Royal Heath. HEX triplet: AD, 4B and 82. RGB value is (173,75,130). Sum of RGB (Red+Green+Blue) = 173+75+130=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B82 is #52B47D. Grayscale: #6E6E6E. Windows color (decimal): -5420158 or 8539053. OLE color: 8539053.

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

Color convert

RGB 173 75 130 -
CMYK 0 0.57 0.25 0.32
HSL 326.33º 0.4% 0.49% -
HSV(B) 326.33º 0.57% 0.68% -
XYZ 23.78 15.53 22.86 -
YUV 110.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 173 75 130 0 0.57 0.25 0.32 326.33 0.4 0.49
Hex AD 4B 82 0 39 19 20 146 28 31
Octal 255 113 202 0 71 31 40 506 50 61
Binary 10101101 1001011 10000010 0 111001 11001 100000 101000110 101000 110001

Color Harmonies of #AD4B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B82

Black with #AD4B82

Text Example


Text Example

White with #AD4B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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