Html Css Color HEX #A9417A Royal Heath

📋 copy color: '#A9417A'

red 169 ◦ green 65 ◦ blue 122

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

Shades of Royal Heath #A9417A

Tints of Royal Heath #A9417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

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

R = 47.47%
G = 18.26%
B = 34.27%

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

#A9417A (or 0xA9417A) is known color: Royal Heath. HEX triplet: A9, 41 and 7A. RGB value is (169,65,122). Sum of RGB (Red+Green+Blue) = 169+65+122=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A9417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9417A is #56BE85. Grayscale: #666666. Windows color (decimal): -5684870 or 8012201. OLE color: 8012201.

HSL color Cylindrical-coordinate representation of color #A9417A: hue angle of 327.12º degrees, saturation: 0.44, 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 #A9417A is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 65 122 -
CMYK 0 0.62 0.28 0.34
HSL 327.12º 0.44% 0.46% -
HSV(B) 327.12º 0.62% 0.66% -
XYZ 21.77 13.62 19.89 -
YUV 102.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 169 65 122 0 0.62 0.28 0.34 327.12 0.44 0.46
Hex A9 41 7A 0 3E 1C 22 147 2C 2E
Octal 251 101 172 0 76 34 42 507 54 56
Binary 10101001 1000001 1111010 0 111110 11100 100010 101000111 101100 101110

Color Harmonies of #A9417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9417A

Black with #A9417A

Text Example


Text Example

White with #A9417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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