Html Css Color HEX #AB547A Royal Heath

📋 copy color: '#AB547A'

red 171 ◦ green 84 ◦ blue 122

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

Shades of Royal Heath #AB547A

Tints of Royal Heath #AB547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 45.36%
G = 22.28%
B = 32.36%

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

#AB547A (or 0xAB547A) is known color: Royal Heath. HEX triplet: AB, 54 and 7A. RGB value is (171,84,122). Sum of RGB (Red+Green+Blue) = 171+84+122=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB547A is #54AB85. Grayscale: #727272. Windows color (decimal): -5548934 or 8017067. OLE color: 8017067.

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

Color convert

RGB 171 84 122 -
CMYK 0 0.51 0.29 0.33
HSL 333.79º 0.34% 0.5% -
HSV(B) 333.79º 0.51% 0.67% -
XYZ 23.48 16.4 20.34 -
YUV 114.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 171 84 122 0 0.51 0.29 0.33 333.79 0.34 0.5
Hex AB 54 7A 0 33 1D 21 14E 22 32
Octal 253 124 172 0 63 35 41 516 42 62
Binary 10101011 1010100 1111010 0 110011 11101 100001 101001110 100010 110010

Color Harmonies of #AB547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB547A

Black with #AB547A

Text Example


Text Example

White with #AB547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB547A; }

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

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

background-color css

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

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

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

border-color css

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

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

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