Html Css Color HEX #AB557B Royal Heath

📋 copy color: '#AB557B'

red 171 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #AB557B

Tints of Royal Heath #AB557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 45.12%
G = 22.43%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB557B (or 0xAB557B) is known color: Royal Heath. HEX triplet: AB, 55 and 7B. RGB value is (171,85,123). Sum of RGB (Red+Green+Blue) = 171+85+123=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB557B is #54AA84. Grayscale: #727272. Windows color (decimal): -5548677 or 8082859. OLE color: 8082859.

HSL color Cylindrical-coordinate representation of color #AB557B: hue angle of 333.49º 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 #AB557B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 123 -
CMYK 0 0.50 0.28 0.33
HSL 333.49º 0.34% 0.5% -
HSV(B) 333.49º 0.5% 0.67% -
XYZ 23.62 16.58 20.7 -
YUV 115.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 171 85 123 0 0.50 0.28 0.33 333.49 0.34 0.5
Hex AB 55 7B 0 32 1C 21 14D 22 32
Octal 253 125 173 0 62 34 41 515 42 62
Binary 10101011 1010101 1111011 0 110010 11100 100001 101001101 100010 110010

Color Harmonies of #AB557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB557B

Black with #AB557B

Text Example


Text Example

White with #AB557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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