Html Css Color HEX #A6598A Strikemaster

📋 copy color: '#A6598A'

red 166 ◦ green 89 ◦ blue 138

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

Shades of Strikemaster #A6598A

Tints of Strikemaster #A6598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 42.24%
G = 22.65%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6598A (or 0xA6598A) is known color: Strikemaster. HEX triplet: A6, 59 and 8A. RGB value is (166,89,138). Sum of RGB (Red+Green+Blue) = 166+89+138=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6598A is #59A675. Grayscale: #757575. Windows color (decimal): -5875318 or 9066918. OLE color: 9066918.

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

Color convert

RGB 166 89 138 -
CMYK 0 0.46 0.17 0.35
HSL 321.82º 0.3% 0.5% -
HSV(B) 321.82º 0.46% 0.65% -
XYZ 23.89 17.09 26.08 -
YUV 117.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 166 89 138 0 0.46 0.17 0.35 321.82 0.3 0.5
Hex A6 59 8A 0 2E 11 23 142 1E 32
Octal 246 131 212 0 56 21 43 502 36 62
Binary 10100110 1011001 10001010 0 101110 10001 100011 101000010 11110 110010

Color Harmonies of #A6598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6598A

Black with #A6598A

Text Example


Text Example

White with #A6598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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