Html Css Color HEX #AB497B Royal Heath

📋 copy color: '#AB497B'

red 171 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #AB497B

Tints of Royal Heath #AB497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 46.59%
G = 19.89%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB497B (or 0xAB497B) is known color: Royal Heath. HEX triplet: AB, 49 and 7B. RGB value is (171,73,123). Sum of RGB (Red+Green+Blue) = 171+73+123=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB497B is #54B684. Grayscale: #6B6B6B. Windows color (decimal): -5551749 or 8079787. OLE color: 8079787.

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

Color convert

RGB 171 73 123 -
CMYK 0 0.57 0.28 0.33
HSL 329.39º 0.4% 0.48% -
HSV(B) 329.39º 0.57% 0.67% -
XYZ 22.75 14.85 20.41 -
YUV 108 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 171 73 123 0 0.57 0.28 0.33 329.39 0.4 0.48
Hex AB 49 7B 0 39 1C 21 149 28 30
Octal 253 111 173 0 71 34 41 511 50 60
Binary 10101011 1001001 1111011 0 111001 11100 100001 101001001 101000 110000

Color Harmonies of #AB497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB497B

Black with #AB497B

Text Example


Text Example

White with #AB497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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