Html Css Color HEX #AB497F Royal Heath

📋 copy color: '#AB497F'

red 171 ◦ green 73 ◦ blue 127

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

Shades of Royal Heath #AB497F

Tints of Royal Heath #AB497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 127 (50% from 255) = 34.23%

R = 46.09%
G = 19.68%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB497F (or 0xAB497F) is known color: Royal Heath. HEX triplet: AB, 49 and 7F. RGB value is (171,73,127). Sum of RGB (Red+Green+Blue) = 171+73+127=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB497F is #54B680. Grayscale: #6C6C6C. Windows color (decimal): -5551745 or 8341931. OLE color: 8341931.

HSL color Cylindrical-coordinate representation of color #AB497F: hue angle of 326.94º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB497F is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 73 127 -
CMYK 0 0.57 0.26 0.33
HSL 326.94º 0.4% 0.48% -
HSV(B) 326.94º 0.57% 0.67% -
XYZ 23.01 14.96 21.75 -
YUV 108.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 171 73 127 0 0.57 0.26 0.33 326.94 0.4 0.48
Hex AB 49 7F 0 39 1A 21 147 28 30
Octal 253 111 177 0 71 32 41 507 50 60
Binary 10101011 1001001 1111111 0 111001 11010 100001 101000111 101000 110000

Color Harmonies of #AB497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB497F

Black with #AB497F

Text Example


Text Example

White with #AB497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB497F; }

 p { color: rgb(171,73,127); }

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

background-color css

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

 a { background-color: rgb(171,73,127); }

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

border-color css

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

 span { border-color: rgb(171,73,127); }

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