Html Css Color HEX #AB537A Royal Heath

📋 copy color: '#AB537A'

red 171 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #AB537A

Tints of Royal Heath #AB537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

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

R = 45.48%
G = 22.07%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB537A (or 0xAB537A) is known color: Royal Heath. HEX triplet: AB, 53 and 7A. RGB value is (171,83,122). Sum of RGB (Red+Green+Blue) = 171+83+122=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB537A is #54AC85. Grayscale: #717171. Windows color (decimal): -5549190 or 8016811. OLE color: 8016811.

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

Color convert

RGB 171 83 122 -
CMYK 0 0.51 0.29 0.33
HSL 333.41º 0.35% 0.5% -
HSV(B) 333.41º 0.51% 0.67% -
XYZ 23.4 16.25 20.32 -
YUV 113.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 171 83 122 0 0.51 0.29 0.33 333.41 0.35 0.5
Hex AB 53 7A 0 33 1D 21 14D 23 32
Octal 253 123 172 0 63 35 41 515 43 62
Binary 10101011 1010011 1111010 0 110011 11101 100001 101001101 100011 110010

Color Harmonies of #AB537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB537A

Black with #AB537A

Text Example


Text Example

White with #AB537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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