Html Css Color HEX #A4598E Strikemaster

📋 copy color: '#A4598E'

red 164 ◦ green 89 ◦ blue 142

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

Shades of Strikemaster #A4598E

Tints of Strikemaster #A4598E

RGB

 RED value IS 164 (64.45% from 255) = 41.52%

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

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

R = 41.52%
G = 22.53%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4598E (or 0xA4598E) is known color: Strikemaster. HEX triplet: A4, 59 and 8E. RGB value is (164,89,142). Sum of RGB (Red+Green+Blue) = 164+89+142=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A4598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4598E is #5BA671. Grayscale: #757575. Windows color (decimal): -6006386 or 9329060. OLE color: 9329060.

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

Color convert

RGB 164 89 142 -
CMYK 0 0.46 0.13 0.36
HSL 317.6º 0.3% 0.5% -
HSV(B) 317.6º 0.46% 0.64% -
XYZ 23.76 16.99 27.62 -
YUV 117.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 164 89 142 0 0.46 0.13 0.36 317.6 0.3 0.5
Hex A4 59 8E 0 2E D 24 13E 1E 32
Octal 244 131 216 0 56 15 44 476 36 62
Binary 10100100 1011001 10001110 0 101110 1101 100100 100111110 11110 110010

Color Harmonies of #A4598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4598E

Black with #A4598E

Text Example


Text Example

White with #A4598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4598E; }

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

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

background-color css

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

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

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

border-color css

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

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

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