Html Css Color HEX #A9547D Royal Heath

📋 copy color: '#A9547D'

red 169 ◦ green 84 ◦ blue 125

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

Shades of Royal Heath #A9547D

Tints of Royal Heath #A9547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.22%

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

R = 44.71%
G = 22.22%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9547D (or 0xA9547D) is known color: Royal Heath. HEX triplet: A9, 54 and 7D. RGB value is (169,84,125). Sum of RGB (Red+Green+Blue) = 169+84+125=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9547D is #56AB82. Grayscale: #727272. Windows color (decimal): -5680003 or 8213673. OLE color: 8213673.

HSL color Cylindrical-coordinate representation of color #A9547D: hue angle of 331.06º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9547D is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 84 125 -
CMYK 0 0.50 0.26 0.34
HSL 331.06º 0.34% 0.5% -
HSV(B) 331.06º 0.5% 0.66% -
XYZ 23.23 16.26 21.32 -
YUV 114.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 169 84 125 0 0.50 0.26 0.34 331.06 0.34 0.5
Hex A9 54 7D 0 32 1A 22 14B 22 32
Octal 251 124 175 0 62 32 42 513 42 62
Binary 10101001 1010100 1111101 0 110010 11010 100010 101001011 100010 110010

Color Harmonies of #A9547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9547D

Black with #A9547D

Text Example


Text Example

White with #A9547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9547D; }

 p { color: rgb(169,84,125); }

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

background-color css

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

 a { background-color: rgb(169,84,125); }

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

border-color css

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

 span { border-color: rgb(169,84,125); }

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