Html Css Color HEX #A6557E Royal Heath

📋 copy color: '#A6557E'

red 166 ◦ green 85 ◦ blue 126

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

Shades of Royal Heath #A6557E

Tints of Royal Heath #A6557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

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

R = 44.03%
G = 22.55%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6557E (or 0xA6557E) is known color: Royal Heath. HEX triplet: A6, 55 and 7E. RGB value is (166,85,126). Sum of RGB (Red+Green+Blue) = 166+85+126=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6557E is #59AA81. Grayscale: #717171. Windows color (decimal): -5876354 or 8279462. OLE color: 8279462.

HSL color Cylindrical-coordinate representation of color #A6557E: hue angle of 329.63º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6557E is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 85 126 -
CMYK 0 0.49 0.24 0.35
HSL 329.63º 0.32% 0.49% -
HSV(B) 329.63º 0.49% 0.65% -
XYZ 22.74 16.11 21.65 -
YUV 113.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 166 85 126 0 0.49 0.24 0.35 329.63 0.32 0.49
Hex A6 55 7E 0 31 18 23 14A 20 31
Octal 246 125 176 0 61 30 43 512 40 61
Binary 10100110 1010101 1111110 0 110001 11000 100011 101001010 100000 110001

Color Harmonies of #A6557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6557E

Black with #A6557E

Text Example


Text Example

White with #A6557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6557E; }

 p { color: rgb(166,85,126); }

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

background-color css

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

 a { background-color: rgb(166,85,126); }

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

border-color css

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

 span { border-color: rgb(166,85,126); }

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