Html Css Color HEX #A6588B Strikemaster

📋 copy color: '#A6588B'

red 166 ◦ green 88 ◦ blue 139

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

Shades of Strikemaster #A6588B

Tints of Strikemaster #A6588B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 42.24%
G = 22.39%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6588B (or 0xA6588B) is known color: Strikemaster. HEX triplet: A6, 58 and 8B. RGB value is (166,88,139). Sum of RGB (Red+Green+Blue) = 166+88+139=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6588B is #59A774. Grayscale: #757575. Windows color (decimal): -5875573 or 9132198. OLE color: 9132198.

HSL color Cylindrical-coordinate representation of color #A6588B: hue angle of 320.77º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6588B is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 139 -
CMYK 0 0.47 0.16 0.35
HSL 320.77º 0.31% 0.5% -
HSV(B) 320.77º 0.47% 0.65% -
XYZ 23.88 16.95 26.44 -
YUV 117.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 166 88 139 0 0.47 0.16 0.35 320.77 0.31 0.5
Hex A6 58 8B 0 2F 10 23 141 1F 32
Octal 246 130 213 0 57 20 43 501 37 62
Binary 10100110 1011000 10001011 0 101111 10000 100011 101000001 11111 110010

Color Harmonies of #A6588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6588B

Black with #A6588B

Text Example


Text Example

White with #A6588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6588B; }

 p { color: rgb(166,88,139); }

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

background-color css

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

 a { background-color: rgb(166,88,139); }

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

border-color css

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

 span { border-color: rgb(166,88,139); }

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