Html Css Color HEX #AD4B80 Royal Heath

📋 copy color: '#AD4B80'

red 173 ◦ green 75 ◦ blue 128

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

Shades of Royal Heath #AD4B80

Tints of Royal Heath #AD4B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 46.01%
G = 19.95%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD4B80 (or 0xAD4B80) is known color: Royal Heath. HEX triplet: AD, 4B and 80. RGB value is (173,75,128). Sum of RGB (Red+Green+Blue) = 173+75+128=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B80 is #52B47F. Grayscale: #6E6E6E. Windows color (decimal): -5420160 or 8407981. OLE color: 8407981.

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

Color convert

RGB 173 75 128 -
CMYK 0 0.57 0.26 0.32
HSL 327.55º 0.4% 0.49% -
HSV(B) 327.55º 0.57% 0.68% -
XYZ 23.65 15.47 22.16 -
YUV 110.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 173 75 128 0 0.57 0.26 0.32 327.55 0.4 0.49
Hex AD 4B 80 0 39 1A 20 148 28 31
Octal 255 113 200 0 71 32 40 510 50 61
Binary 10101101 1001011 10000000 0 111001 11010 100000 101001000 101000 110001

Color Harmonies of #AD4B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B80

Black with #AD4B80

Text Example


Text Example

White with #AD4B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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