Html Css Color HEX #A9527D Royal Heath

📋 copy color: '#A9527D'

red 169 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #A9527D

Tints of Royal Heath #A9527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 44.95%
G = 21.81%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9527D (or 0xA9527D) is known color: Royal Heath. HEX triplet: A9, 52 and 7D. RGB value is (169,82,125). Sum of RGB (Red+Green+Blue) = 169+82+125=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9527D is #56AD82. Grayscale: #707070. Windows color (decimal): -5680515 or 8213161. OLE color: 8213161.

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

Color convert

RGB 169 82 125 -
CMYK 0 0.51 0.26 0.34
HSL 330.34º 0.35% 0.49% -
HSV(B) 330.34º 0.51% 0.66% -
XYZ 23.08 15.95 21.26 -
YUV 112.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 169 82 125 0 0.51 0.26 0.34 330.34 0.35 0.49
Hex A9 52 7D 0 33 1A 22 14A 23 31
Octal 251 122 175 0 63 32 42 512 43 61
Binary 10101001 1010010 1111101 0 110011 11010 100010 101001010 100011 110001

Color Harmonies of #A9527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9527D

Black with #A9527D

Text Example


Text Example

White with #A9527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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