Html Css Color HEX #A6598B Strikemaster

📋 copy color: '#A6598B'

red 166 ◦ green 89 ◦ blue 139

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

Shades of Strikemaster #A6598B

Tints of Strikemaster #A6598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

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

R = 42.13%
G = 22.59%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6598B (or 0xA6598B) is known color: Strikemaster. HEX triplet: A6, 59 and 8B. RGB value is (166,89,139). Sum of RGB (Red+Green+Blue) = 166+89+139=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6598B is #59A674. Grayscale: #757575. Windows color (decimal): -5875317 or 9132454. OLE color: 9132454.

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

Color convert

RGB 166 89 139 -
CMYK 0 0.46 0.16 0.35
HSL 321.04º 0.3% 0.5% -
HSV(B) 321.04º 0.46% 0.65% -
XYZ 23.96 17.12 26.47 -
YUV 117.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 166 89 139 0 0.46 0.16 0.35 321.04 0.3 0.5
Hex A6 59 8B 0 2E 10 23 141 1E 32
Octal 246 131 213 0 56 20 43 501 36 62
Binary 10100110 1011001 10001011 0 101110 10000 100011 101000001 11110 110010

Color Harmonies of #A6598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6598B

Black with #A6598B

Text Example


Text Example

White with #A6598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6598B; }

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

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

background-color css

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

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

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

border-color css

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

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

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