Html Css Color HEX #AB5873 Royal Heath

📋 copy color: '#AB5873'

red 171 ◦ green 88 ◦ blue 115

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

Shades of Royal Heath #AB5873

Tints of Royal Heath #AB5873

RGB

 RED value IS 171 (67.19% from 255) = 45.72%

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

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 45.72%
G = 23.53%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB5873 (or 0xAB5873) is known color: Royal Heath. HEX triplet: AB, 58 and 73. RGB value is (171,88,115). Sum of RGB (Red+Green+Blue) = 171+88+115=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5873 is #54A78C. Grayscale: #737373. Windows color (decimal): -5547917 or 7559339. OLE color: 7559339.

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

Color convert

RGB 171 88 115 -
CMYK 0 0.49 0.33 0.33
HSL 340.48º 0.33% 0.51% -
HSV(B) 340.48º 0.49% 0.67% -
XYZ 23.38 16.88 18.24 -
YUV 115.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 171 88 115 0 0.49 0.33 0.33 340.48 0.33 0.51
Hex AB 58 73 0 31 21 21 154 21 33
Octal 253 130 163 0 61 41 41 524 41 63
Binary 10101011 1011000 1110011 0 110001 100001 100001 101010100 100001 110011

Color Harmonies of #AB5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5873

Black with #AB5873

Text Example


Text Example

White with #AB5873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5873; }

 p { color: rgb(171,88,115); }

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

background-color css

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

 a { background-color: rgb(171,88,115); }

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

border-color css

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

 span { border-color: rgb(171,88,115); }

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