Html Css Color HEX #A9497B Royal Heath

📋 copy color: '#A9497B'

red 169 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #A9497B

Tints of Royal Heath #A9497B

RGB

 RED value IS 169 (66.41% from 255) = 46.3%

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

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

R = 46.3%
G = 20%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9497B (or 0xA9497B) is known color: Royal Heath. HEX triplet: A9, 49 and 7B. RGB value is (169,73,123). Sum of RGB (Red+Green+Blue) = 169+73+123=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A9497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9497B is #56B684. Grayscale: #6B6B6B. Windows color (decimal): -5682821 or 8079785. OLE color: 8079785.

HSL color Cylindrical-coordinate representation of color #A9497B: hue angle of 328.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9497B is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 73 123 -
CMYK 0 0.57 0.27 0.34
HSL 328.75º 0.4% 0.47% -
HSV(B) 328.75º 0.57% 0.66% -
XYZ 22.32 14.63 20.39 -
YUV 107.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 169 73 123 0 0.57 0.27 0.34 328.75 0.4 0.47
Hex A9 49 7B 0 39 1B 22 149 28 2F
Octal 251 111 173 0 71 33 42 511 50 57
Binary 10101001 1001001 1111011 0 111001 11011 100010 101001001 101000 101111

Color Harmonies of #A9497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9497B

Black with #A9497B

Text Example


Text Example

White with #A9497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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