Html Css Color HEX #AB497A Royal Heath

📋 copy color: '#AB497A'

red 171 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #AB497A

Tints of Royal Heath #AB497A

RGB

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

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

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

R = 46.72%
G = 19.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB497A (or 0xAB497A) is known color: Royal Heath. HEX triplet: AB, 49 and 7A. RGB value is (171,73,122). Sum of RGB (Red+Green+Blue) = 171+73+122=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB497A is #54B685. Grayscale: #6B6B6B. Windows color (decimal): -5551750 or 8014251. OLE color: 8014251.

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

Color convert

RGB 171 73 122 -
CMYK 0 0.57 0.29 0.33
HSL 330º 0.4% 0.48% -
HSV(B) 330º 0.57% 0.67% -
XYZ 22.69 14.83 20.08 -
YUV 107.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 171 73 122 0 0.57 0.29 0.33 330 0.4 0.48
Hex AB 49 7A 0 39 1D 21 14A 28 30
Octal 253 111 172 0 71 35 41 512 50 60
Binary 10101011 1001001 1111010 0 111001 11101 100001 101001010 101000 110000

Color Harmonies of #AB497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB497A

Black with #AB497A

Text Example


Text Example

White with #AB497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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