Html Css Color HEX #AB557A Royal Heath

📋 copy color: '#AB557A'

red 171 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #AB557A

Tints of Royal Heath #AB557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 45.24%
G = 22.49%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB557A (or 0xAB557A) is known color: Royal Heath. HEX triplet: AB, 55 and 7A. RGB value is (171,85,122). Sum of RGB (Red+Green+Blue) = 171+85+122=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB557A is #54AA85. Grayscale: #727272. Windows color (decimal): -5548678 or 8017323. OLE color: 8017323.

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

Color convert

RGB 171 85 122 -
CMYK 0 0.50 0.29 0.33
HSL 334.19º 0.34% 0.5% -
HSV(B) 334.19º 0.5% 0.67% -
XYZ 23.56 16.56 20.37 -
YUV 114.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 171 85 122 0 0.50 0.29 0.33 334.19 0.34 0.5
Hex AB 55 7A 0 32 1D 21 14E 22 32
Octal 253 125 172 0 62 35 41 516 42 62
Binary 10101011 1010101 1111010 0 110010 11101 100001 101001110 100010 110010

Color Harmonies of #AB557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB557A

Black with #AB557A

Text Example


Text Example

White with #AB557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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