Html Css Color HEX #A6558D Strikemaster

📋 copy color: '#A6558D'

red 166 ◦ green 85 ◦ blue 141

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

Shades of Strikemaster #A6558D

Tints of Strikemaster #A6558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 42.35%
G = 21.68%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6558D (or 0xA6558D) is known color: Strikemaster. HEX triplet: A6, 55 and 8D. RGB value is (166,85,141). Sum of RGB (Red+Green+Blue) = 166+85+141=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6558D is #59AA72. Grayscale: #737373. Windows color (decimal): -5876339 or 9262502. OLE color: 9262502.

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

Color convert

RGB 166 85 141 -
CMYK 0 0.49 0.15 0.35
HSL 318.52º 0.32% 0.49% -
HSV(B) 318.52º 0.49% 0.65% -
XYZ 23.78 16.53 27.14 -
YUV 115.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 166 85 141 0 0.49 0.15 0.35 318.52 0.32 0.49
Hex A6 55 8D 0 31 F 23 13F 20 31
Octal 246 125 215 0 61 17 43 477 40 61
Binary 10100110 1010101 10001101 0 110001 1111 100011 100111111 100000 110001

Color Harmonies of #A6558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6558D

Black with #A6558D

Text Example


Text Example

White with #A6558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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