Html Css Color HEX #A3598E Strikemaster

📋 copy color: '#A3598E'

red 163 ◦ green 89 ◦ blue 142

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

Shades of Strikemaster #A3598E

Tints of Strikemaster #A3598E

RGB

 RED value IS 163 (64.06% from 255) = 41.37%

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

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 41.37%
G = 22.59%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3598E (or 0xA3598E) is known color: Strikemaster. HEX triplet: A3, 59 and 8E. RGB value is (163,89,142). Sum of RGB (Red+Green+Blue) = 163+89+142=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A3598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3598E is #5CA671. Grayscale: #757575. Windows color (decimal): -6071922 or 9329059. OLE color: 9329059.

HSL color Cylindrical-coordinate representation of color #A3598E: hue angle of 317.03º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3598E is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 142 -
CMYK 0 0.45 0.13 0.36
HSL 317.03º 0.29% 0.49% -
HSV(B) 317.03º 0.45% 0.64% -
XYZ 23.56 16.88 27.61 -
YUV 117.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 163 89 142 0 0.45 0.13 0.36 317.03 0.29 0.49
Hex A3 59 8E 0 2D D 24 13D 1D 31
Octal 243 131 216 0 55 15 44 475 35 61
Binary 10100011 1011001 10001110 0 101101 1101 100100 100111101 11101 110001

Color Harmonies of #A3598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3598E

Black with #A3598E

Text Example


Text Example

White with #A3598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3598E; }

 p { color: rgb(163,89,142); }

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

background-color css

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

 a { background-color: rgb(163,89,142); }

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

border-color css

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

 span { border-color: rgb(163,89,142); }

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