Html Css Color HEX #A6497F Royal Heath

📋 copy color: '#A6497F'

red 166 ◦ green 73 ◦ blue 127

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

Shades of Royal Heath #A6497F

Tints of Royal Heath #A6497F

RGB

 RED value IS 166 (65.23% from 255) = 45.36%

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

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

R = 45.36%
G = 19.95%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6497F (or 0xA6497F) is known color: Royal Heath. HEX triplet: A6, 49 and 7F. RGB value is (166,73,127). Sum of RGB (Red+Green+Blue) = 166+73+127=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A6497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6497F is #59B680. Grayscale: #6A6A6A. Windows color (decimal): -5879425 or 8341926. OLE color: 8341926.

HSL color Cylindrical-coordinate representation of color #A6497F: hue angle of 325.16º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6497F is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 127 -
CMYK 0 0.56 0.23 0.35
HSL 325.16º 0.39% 0.47% -
HSV(B) 325.16º 0.56% 0.65% -
XYZ 21.94 14.4 21.7 -
YUV 106.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 166 73 127 0 0.56 0.23 0.35 325.16 0.39 0.47
Hex A6 49 7F 0 38 17 23 145 27 2F
Octal 246 111 177 0 70 27 43 505 47 57
Binary 10100110 1001001 1111111 0 111000 10111 100011 101000101 100111 101111

Color Harmonies of #A6497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6497F

Black with #A6497F

Text Example


Text Example

White with #A6497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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