Html Css Color HEX #AD4B81 Royal Heath

📋 copy color: '#AD4B81'

red 173 ◦ green 75 ◦ blue 129

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

Shades of Royal Heath #AD4B81

Tints of Royal Heath #AD4B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 45.89%
G = 19.89%
B = 34.22%

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

#AD4B81 (or 0xAD4B81) is known color: Royal Heath. HEX triplet: AD, 4B and 81. RGB value is (173,75,129). Sum of RGB (Red+Green+Blue) = 173+75+129=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B81 is #52B47E. Grayscale: #6E6E6E. Windows color (decimal): -5420159 or 8473517. OLE color: 8473517.

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

Color convert

RGB 173 75 129 -
CMYK 0 0.57 0.25 0.32
HSL 326.94º 0.4% 0.49% -
HSV(B) 326.94º 0.57% 0.68% -
XYZ 23.71 15.5 22.51 -
YUV 110.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 173 75 129 0 0.57 0.25 0.32 326.94 0.4 0.49
Hex AD 4B 81 0 39 19 20 147 28 31
Octal 255 113 201 0 71 31 40 507 50 61
Binary 10101101 1001011 10000001 0 111001 11001 100000 101000111 101000 110001

Color Harmonies of #AD4B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B81

Black with #AD4B81

Text Example


Text Example

White with #AD4B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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