Html Css Color HEX #A9467E Royal Heath

📋 copy color: '#A9467E'

red 169 ◦ green 70 ◦ blue 126

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

Shades of Royal Heath #A9467E

Tints of Royal Heath #A9467E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 46.3%
G = 19.18%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A9467E (or 0xA9467E) is known color: Royal Heath. HEX triplet: A9, 46 and 7E. RGB value is (169,70,126). Sum of RGB (Red+Green+Blue) = 169+70+126=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A9467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9467E is #56B981. Grayscale: #696969. Windows color (decimal): -5683586 or 8275625. OLE color: 8275625.

HSL color Cylindrical-coordinate representation of color #A9467E: hue angle of 326.06º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9467E is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 70 126 -
CMYK 0 0.59 0.25 0.34
HSL 326.06º 0.41% 0.47% -
HSV(B) 326.06º 0.59% 0.66% -
XYZ 22.32 14.32 21.33 -
YUV 105.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 169 70 126 0 0.59 0.25 0.34 326.06 0.41 0.47
Hex A9 46 7E 0 3B 19 22 146 29 2F
Octal 251 106 176 0 73 31 42 506 51 57
Binary 10101001 1000110 1111110 0 111011 11001 100010 101000110 101001 101111

Color Harmonies of #A9467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9467E

Black with #A9467E

Text Example


Text Example

White with #A9467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9467E; }

 p { color: rgb(169,70,126); }

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

background-color css

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

 a { background-color: rgb(169,70,126); }

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

border-color css

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

 span { border-color: rgb(169,70,126); }

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