Html Css Color HEX #A9507A Royal Heath

📋 copy color: '#A9507A'

red 169 ◦ green 80 ◦ blue 122

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

Shades of Royal Heath #A9507A

Tints of Royal Heath #A9507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 45.55%
G = 21.56%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9507A (or 0xA9507A) is known color: Royal Heath. HEX triplet: A9, 50 and 7A. RGB value is (169,80,122). Sum of RGB (Red+Green+Blue) = 169+80+122=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A9507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9507A is #56AF85. Grayscale: #6F6F6F. Windows color (decimal): -5681030 or 8016041. OLE color: 8016041.

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

Color convert

RGB 169 80 122 -
CMYK 0 0.53 0.28 0.34
HSL 331.69º 0.36% 0.49% -
HSV(B) 331.69º 0.53% 0.66% -
XYZ 22.74 15.58 20.22 -
YUV 111.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 169 80 122 0 0.53 0.28 0.34 331.69 0.36 0.49
Hex A9 50 7A 0 35 1C 22 14C 24 31
Octal 251 120 172 0 65 34 42 514 44 61
Binary 10101001 1010000 1111010 0 110101 11100 100010 101001100 100100 110001

Color Harmonies of #A9507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9507A

Black with #A9507A

Text Example


Text Example

White with #A9507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9507A; }

 p { color: rgb(169,80,122); }

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

background-color css

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

 a { background-color: rgb(169,80,122); }

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

border-color css

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

 span { border-color: rgb(169,80,122); }

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