Html Css Color HEX #A4597D Strikemaster

📋 copy color: '#A4597D'

red 164 ◦ green 89 ◦ blue 125

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

Shades of Strikemaster #A4597D

Tints of Strikemaster #A4597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 43.39%
G = 23.54%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4597D (or 0xA4597D) is known color: Strikemaster. HEX triplet: A4, 59 and 7D. RGB value is (164,89,125). Sum of RGB (Red+Green+Blue) = 164+89+125=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A4597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4597D is #5BA682. Grayscale: #737373. Windows color (decimal): -6006403 or 8214948. OLE color: 8214948.

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

Color convert

RGB 164 89 125 -
CMYK 0 0.46 0.24 0.36
HSL 331.2º 0.3% 0.5% -
HSV(B) 331.2º 0.46% 0.64% -
XYZ 22.58 16.52 21.4 -
YUV 115.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 164 89 125 0 0.46 0.24 0.36 331.2 0.3 0.5
Hex A4 59 7D 0 2E 18 24 14B 1E 32
Octal 244 131 175 0 56 30 44 513 36 62
Binary 10100100 1011001 1111101 0 101110 11000 100100 101001011 11110 110010

Color Harmonies of #A4597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4597D

Black with #A4597D

Text Example


Text Example

White with #A4597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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