Html Css Color HEX #A8497F Royal Heath

📋 copy color: '#A8497F'

red 168 ◦ green 73 ◦ blue 127

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

Shades of Royal Heath #A8497F

Tints of Royal Heath #A8497F

RGB

 RED value IS 168 (66.02% from 255) = 45.65%

 GREEN value IS 73 (28.91% from 255) = 19.84%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 45.65%
G = 19.84%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8497F (or 0xA8497F) is known color: Royal Heath. HEX triplet: A8, 49 and 7F. RGB value is (168,73,127). Sum of RGB (Red+Green+Blue) = 168+73+127=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A8497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8497F is #57B680. Grayscale: #6B6B6B. Windows color (decimal): -5748353 or 8341928. OLE color: 8341928.

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

Color convert

RGB 168 73 127 -
CMYK 0 0.57 0.24 0.34
HSL 325.89º 0.39% 0.47% -
HSV(B) 325.89º 0.57% 0.66% -
XYZ 22.36 14.62 21.72 -
YUV 107.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 168 73 127 0 0.57 0.24 0.34 325.89 0.39 0.47
Hex A8 49 7F 0 39 18 22 146 27 2F
Octal 250 111 177 0 71 30 42 506 47 57
Binary 10101000 1001001 1111111 0 111001 11000 100010 101000110 100111 101111

Color Harmonies of #A8497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8497F

Black with #A8497F

Text Example


Text Example

White with #A8497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8497F; }

 p { color: rgb(168,73,127); }

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

background-color css

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

 a { background-color: rgb(168,73,127); }

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

border-color css

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

 span { border-color: rgb(168,73,127); }

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