Html Css Color HEX #A6557F Royal Heath

📋 copy color: '#A6557F'

red 166 ◦ green 85 ◦ blue 127

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

Shades of Royal Heath #A6557F

Tints of Royal Heath #A6557F

RGB

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

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

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

R = 43.92%
G = 22.49%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6557F (or 0xA6557F) is known color: Royal Heath. HEX triplet: A6, 55 and 7F. RGB value is (166,85,127). Sum of RGB (Red+Green+Blue) = 166+85+127=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6557F is #59AA80. Grayscale: #717171. Windows color (decimal): -5876353 or 8344998. OLE color: 8344998.

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

Color convert

RGB 166 85 127 -
CMYK 0 0.49 0.23 0.35
HSL 328.89º 0.32% 0.49% -
HSV(B) 328.89º 0.49% 0.65% -
XYZ 22.81 16.14 21.99 -
YUV 114.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 166 85 127 0 0.49 0.23 0.35 328.89 0.32 0.49
Hex A6 55 7F 0 31 17 23 149 20 31
Octal 246 125 177 0 61 27 43 511 40 61
Binary 10100110 1010101 1111111 0 110001 10111 100011 101001001 100000 110001

Color Harmonies of #A6557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6557F

Black with #A6557F

Text Example


Text Example

White with #A6557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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