Html Css Color HEX #AB497D Royal Heath

📋 copy color: '#AB497D'

red 171 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #AB497D

Tints of Royal Heath #AB497D

RGB

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

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

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

R = 46.34%
G = 19.78%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB497D (or 0xAB497D) is known color: Royal Heath. HEX triplet: AB, 49 and 7D. RGB value is (171,73,125). Sum of RGB (Red+Green+Blue) = 171+73+125=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB497D is #54B682. Grayscale: #6C6C6C. Windows color (decimal): -5551747 or 8210859. OLE color: 8210859.

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

Color convert

RGB 171 73 125 -
CMYK 0 0.57 0.27 0.33
HSL 328.16º 0.4% 0.48% -
HSV(B) 328.16º 0.57% 0.67% -
XYZ 22.88 14.9 21.07 -
YUV 108.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 171 73 125 0 0.57 0.27 0.33 328.16 0.4 0.48
Hex AB 49 7D 0 39 1B 21 148 28 30
Octal 253 111 175 0 71 33 41 510 50 60
Binary 10101011 1001001 1111101 0 111001 11011 100001 101001000 101000 110000

Color Harmonies of #AB497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB497D

Black with #AB497D

Text Example


Text Example

White with #AB497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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