Html Css Color HEX #AD5883 Royal Heath

📋 copy color: '#AD5883'

red 173 ◦ green 88 ◦ blue 131

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

Shades of Royal Heath #AD5883

Tints of Royal Heath #AD5883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 44.13%
G = 22.45%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD5883 (or 0xAD5883) is known color: Royal Heath. HEX triplet: AD, 58 and 83. RGB value is (173,88,131). Sum of RGB (Red+Green+Blue) = 173+88+131=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5883 is #52A77C. Grayscale: #767676. Windows color (decimal): -5416829 or 8607917. OLE color: 8607917.

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

Color convert

RGB 173 88 131 -
CMYK 0 0.49 0.24 0.32
HSL 329.65º 0.34% 0.51% -
HSV(B) 329.65º 0.49% 0.68% -
XYZ 24.82 17.5 23.54 -
YUV 118.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 173 88 131 0 0.49 0.24 0.32 329.65 0.34 0.51
Hex AD 58 83 0 31 18 20 14A 22 33
Octal 255 130 203 0 61 30 40 512 42 63
Binary 10101101 1011000 10000011 0 110001 11000 100000 101001010 100010 110011

Color Harmonies of #AD5883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5883

Black with #AD5883

Text Example


Text Example

White with #AD5883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5883; }

 p { color: rgb(173,88,131); }

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

background-color css

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

 a { background-color: rgb(173,88,131); }

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

border-color css

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

 span { border-color: rgb(173,88,131); }

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