Html Css Color HEX #A4598D Strikemaster

📋 copy color: '#A4598D'

red 164 ◦ green 89 ◦ blue 141

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

Shades of Strikemaster #A4598D

Tints of Strikemaster #A4598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 41.62%
G = 22.59%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4598D (or 0xA4598D) is known color: Strikemaster. HEX triplet: A4, 59 and 8D. RGB value is (164,89,141). Sum of RGB (Red+Green+Blue) = 164+89+141=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A4598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4598D is #5BA672. Grayscale: #757575. Windows color (decimal): -6006387 or 9263524. OLE color: 9263524.

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

Color convert

RGB 164 89 141 -
CMYK 0 0.46 0.14 0.36
HSL 318.4º 0.3% 0.5% -
HSV(B) 318.4º 0.46% 0.64% -
XYZ 23.69 16.96 27.22 -
YUV 117.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 164 89 141 0 0.46 0.14 0.36 318.4 0.3 0.5
Hex A4 59 8D 0 2E E 24 13E 1E 32
Octal 244 131 215 0 56 16 44 476 36 62
Binary 10100100 1011001 10001101 0 101110 1110 100100 100111110 11110 110010

Color Harmonies of #A4598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4598D

Black with #A4598D

Text Example


Text Example

White with #A4598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4598D; }

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

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

background-color css

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

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

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

border-color css

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

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

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