Html Css Color HEX #A9407A Royal Heath

📋 copy color: '#A9407A'

red 169 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #A9407A

Tints of Royal Heath #A9407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 47.61%
G = 18.03%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9407A (or 0xA9407A) is known color: Royal Heath. HEX triplet: A9, 40 and 7A. RGB value is (169,64,122). Sum of RGB (Red+Green+Blue) = 169+64+122=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A9407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9407A is #56BF85. Grayscale: #656565. Windows color (decimal): -5685126 or 8011945. OLE color: 8011945.

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

Color convert

RGB 169 64 122 -
CMYK 0 0.62 0.28 0.34
HSL 326.86º 0.45% 0.46% -
HSV(B) 326.86º 0.62% 0.66% -
XYZ 21.71 13.51 19.88 -
YUV 102.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 169 64 122 0 0.62 0.28 0.34 326.86 0.45 0.46
Hex A9 40 7A 0 3E 1C 22 147 2D 2E
Octal 251 100 172 0 76 34 42 507 55 56
Binary 10101001 1000000 1111010 0 111110 11100 100010 101000111 101101 101110

Color Harmonies of #A9407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9407A

Black with #A9407A

Text Example


Text Example

White with #A9407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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