Html Css Color HEX #AD4681 Royal Heath

📋 copy color: '#AD4681'

red 173 ◦ green 70 ◦ blue 129

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

Shades of Royal Heath #AD4681

Tints of Royal Heath #AD4681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.82%

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

R = 46.51%
G = 18.82%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD4681 (or 0xAD4681) is known color: Royal Heath. HEX triplet: AD, 46 and 81. RGB value is (173,70,129). Sum of RGB (Red+Green+Blue) = 173+70+129=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4681 is #52B97E. Grayscale: #6B6B6B. Windows color (decimal): -5421439 or 8472237. OLE color: 8472237.

HSL color Cylindrical-coordinate representation of color #AD4681: hue angle of 325.63º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4681 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 70 129 -
CMYK 0 0.60 0.25 0.32
HSL 325.63º 0.42% 0.48% -
HSV(B) 325.63º 0.6% 0.68% -
XYZ 23.39 14.85 22.4 -
YUV 107.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 173 70 129 0 0.60 0.25 0.32 325.63 0.42 0.48
Hex AD 46 81 0 3C 19 20 146 2A 30
Octal 255 106 201 0 74 31 40 506 52 60
Binary 10101101 1000110 10000001 0 111100 11001 100000 101000110 101010 110000

Color Harmonies of #AD4681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4681

Black with #AD4681

Text Example


Text Example

White with #AD4681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4681; }

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

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

background-color css

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

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

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

border-color css

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

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

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