Html Css Color HEX #A6497C Royal Heath

📋 copy color: '#A6497C'

red 166 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #A6497C

Tints of Royal Heath #A6497C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 45.73%
G = 20.11%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6497C (or 0xA6497C) is known color: Royal Heath. HEX triplet: A6, 49 and 7C. RGB value is (166,73,124). Sum of RGB (Red+Green+Blue) = 166+73+124=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6497C is #59B683. Grayscale: #6A6A6A. Windows color (decimal): -5879428 or 8145318. OLE color: 8145318.

HSL color Cylindrical-coordinate representation of color #A6497C: hue angle of 327.1º 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 #A6497C is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 124 -
CMYK 0 0.56 0.25 0.35
HSL 327.1º 0.39% 0.47% -
HSV(B) 327.1º 0.56% 0.65% -
XYZ 21.75 14.33 20.69 -
YUV 106.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 166 73 124 0 0.56 0.25 0.35 327.1 0.39 0.47
Hex A6 49 7C 0 38 19 23 147 27 2F
Octal 246 111 174 0 70 31 43 507 47 57
Binary 10100110 1001001 1111100 0 111000 11001 100011 101000111 100111 101111

Color Harmonies of #A6497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6497C

Black with #A6497C

Text Example


Text Example

White with #A6497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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