Html Css Color HEX #A4598B Strikemaster

📋 copy color: '#A4598B'

red 164 ◦ green 89 ◦ blue 139

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

Shades of Strikemaster #A4598B

Tints of Strikemaster #A4598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 41.84%
G = 22.7%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4598B (or 0xA4598B) is known color: Strikemaster. HEX triplet: A4, 59 and 8B. RGB value is (164,89,139). Sum of RGB (Red+Green+Blue) = 164+89+139=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4598B is #5BA674. Grayscale: #757575. Windows color (decimal): -6006389 or 9132452. OLE color: 9132452.

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

Color convert

RGB 164 89 139 -
CMYK 0 0.46 0.15 0.36
HSL 320º 0.3% 0.5% -
HSV(B) 320º 0.46% 0.64% -
XYZ 23.54 16.9 26.45 -
YUV 117.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 164 89 139 0 0.46 0.15 0.36 320 0.3 0.5
Hex A4 59 8B 0 2E F 24 140 1E 32
Octal 244 131 213 0 56 17 44 500 36 62
Binary 10100100 1011001 10001011 0 101110 1111 100100 101000000 11110 110010

Color Harmonies of #A4598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4598B

Black with #A4598B

Text Example


Text Example

White with #A4598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4598B; }

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

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

background-color css

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

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

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

border-color css

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

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

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