Html Css Color HEX #AD4580 Royal Heath

📋 copy color: '#AD4580'

red 173 ◦ green 69 ◦ blue 128

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

Shades of Royal Heath #AD4580

Tints of Royal Heath #AD4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.65%

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

R = 46.76%
G = 18.65%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD4580 (or 0xAD4580) is known color: Royal Heath. HEX triplet: AD, 45 and 80. RGB value is (173,69,128). Sum of RGB (Red+Green+Blue) = 173+69+128=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4580 is #52BA7F. Grayscale: #6A6A6A. Windows color (decimal): -5421696 or 8406445. OLE color: 8406445.

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

Color convert

RGB 173 69 128 -
CMYK 0 0.60 0.26 0.32
HSL 325.96º 0.43% 0.47% -
HSV(B) 325.96º 0.6% 0.68% -
XYZ 23.26 14.7 22.03 -
YUV 106.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 173 69 128 0 0.60 0.26 0.32 325.96 0.43 0.47
Hex AD 45 80 0 3C 1A 20 146 2B 2F
Octal 255 105 200 0 74 32 40 506 53 57
Binary 10101101 1000101 10000000 0 111100 11010 100000 101000110 101011 101111

Color Harmonies of #AD4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4580

Black with #AD4580

Text Example


Text Example

White with #AD4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4580; }

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

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

background-color css

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

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

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

border-color css

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

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

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