Html Css Color HEX #AB577D Royal Heath

📋 copy color: '#AB577D'

red 171 ◦ green 87 ◦ blue 125

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

Shades of Royal Heath #AB577D

Tints of Royal Heath #AB577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 44.65%
G = 22.72%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB577D (or 0xAB577D) is known color: Royal Heath. HEX triplet: AB, 57 and 7D. RGB value is (171,87,125). Sum of RGB (Red+Green+Blue) = 171+87+125=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB577D is #54A882. Grayscale: #747474. Windows color (decimal): -5548163 or 8214443. OLE color: 8214443.

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

Color convert

RGB 171 87 125 -
CMYK 0 0.49 0.27 0.33
HSL 332.86º 0.33% 0.51% -
HSV(B) 332.86º 0.49% 0.67% -
XYZ 23.9 16.95 21.41 -
YUV 116.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 171 87 125 0 0.49 0.27 0.33 332.86 0.33 0.51
Hex AB 57 7D 0 31 1B 21 14D 21 33
Octal 253 127 175 0 61 33 41 515 41 63
Binary 10101011 1010111 1111101 0 110001 11011 100001 101001101 100001 110011

Color Harmonies of #AB577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB577D

Black with #AB577D

Text Example


Text Example

White with #AB577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB577D; }

 p { color: rgb(171,87,125); }

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

background-color css

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

 a { background-color: rgb(171,87,125); }

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

border-color css

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

 span { border-color: rgb(171,87,125); }

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