Html Css Color HEX #AB557E Royal Heath

📋 copy color: '#AB557E'

red 171 ◦ green 85 ◦ blue 126

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

Shades of Royal Heath #AB557E

Tints of Royal Heath #AB557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.25%

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 44.76%
G = 22.25%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB557E (or 0xAB557E) is known color: Royal Heath. HEX triplet: AB, 55 and 7E. RGB value is (171,85,126). Sum of RGB (Red+Green+Blue) = 171+85+126=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB557E is #54AA81. Grayscale: #737373. Windows color (decimal): -5548674 or 8279467. OLE color: 8279467.

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

Color convert

RGB 171 85 126 -
CMYK 0 0.50 0.26 0.33
HSL 331.4º 0.34% 0.5% -
HSV(B) 331.4º 0.5% 0.67% -
XYZ 23.81 16.66 21.7 -
YUV 115.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 171 85 126 0 0.50 0.26 0.33 331.4 0.34 0.5
Hex AB 55 7E 0 32 1A 21 14B 22 32
Octal 253 125 176 0 62 32 41 513 42 62
Binary 10101011 1010101 1111110 0 110010 11010 100001 101001011 100010 110010

Color Harmonies of #AB557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB557E

Black with #AB557E

Text Example


Text Example

White with #AB557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB557E; }

 p { color: rgb(171,85,126); }

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

background-color css

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

 a { background-color: rgb(171,85,126); }

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

border-color css

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

 span { border-color: rgb(171,85,126); }

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