Html Css Color HEX #A4598A Strikemaster

📋 copy color: '#A4598A'

red 164 ◦ green 89 ◦ blue 138

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

Shades of Strikemaster #A4598A

Tints of Strikemaster #A4598A

RGB

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

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

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

R = 41.94%
G = 22.76%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4598A (or 0xA4598A) is known color: Strikemaster. HEX triplet: A4, 59 and 8A. RGB value is (164,89,138). Sum of RGB (Red+Green+Blue) = 164+89+138=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4598A is #5BA675. Grayscale: #747474. Windows color (decimal): -6006390 or 9066916. OLE color: 9066916.

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

Color convert

RGB 164 89 138 -
CMYK 0 0.46 0.16 0.36
HSL 320.8º 0.3% 0.5% -
HSV(B) 320.8º 0.46% 0.64% -
XYZ 23.47 16.87 26.06 -
YUV 117.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 164 89 138 0 0.46 0.16 0.36 320.8 0.3 0.5
Hex A4 59 8A 0 2E 10 24 141 1E 32
Octal 244 131 212 0 56 20 44 501 36 62
Binary 10100100 1011001 10001010 0 101110 10000 100100 101000001 11110 110010

Color Harmonies of #A4598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4598A

Black with #A4598A

Text Example


Text Example

White with #A4598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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