Html Css Color HEX #A6558C Strikemaster

📋 copy color: '#A6558C'

red 166 ◦ green 85 ◦ blue 140

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

Shades of Strikemaster #A6558C

Tints of Strikemaster #A6558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 42.46%
G = 21.74%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6558C (or 0xA6558C) is known color: Strikemaster. HEX triplet: A6, 55 and 8C. RGB value is (166,85,140). Sum of RGB (Red+Green+Blue) = 166+85+140=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6558C is #59AA73. Grayscale: #737373. Windows color (decimal): -5876340 or 9196966. OLE color: 9196966.

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

Color convert

RGB 166 85 140 -
CMYK 0 0.49 0.16 0.35
HSL 319.26º 0.32% 0.49% -
HSV(B) 319.26º 0.49% 0.65% -
XYZ 23.71 16.5 26.75 -
YUV 115.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 166 85 140 0 0.49 0.16 0.35 319.26 0.32 0.49
Hex A6 55 8C 0 31 10 23 13F 20 31
Octal 246 125 214 0 61 20 43 477 40 61
Binary 10100110 1010101 10001100 0 110001 10000 100011 100111111 100000 110001

Color Harmonies of #A6558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6558C

Black with #A6558C

Text Example


Text Example

White with #A6558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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