Html Css Color HEX #A4597F Strikemaster

📋 copy color: '#A4597F'

red 164 ◦ green 89 ◦ blue 127

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

Shades of Strikemaster #A4597F

Tints of Strikemaster #A4597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.42%

R = 43.16%
G = 23.42%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4597F (or 0xA4597F) is known color: Strikemaster. HEX triplet: A4, 59 and 7F. RGB value is (164,89,127). Sum of RGB (Red+Green+Blue) = 164+89+127=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A4597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4597F is #5BA680. Grayscale: #737373. Windows color (decimal): -6006401 or 8346020. OLE color: 8346020.

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

Color convert

RGB 164 89 127 -
CMYK 0 0.46 0.23 0.36
HSL 329.6º 0.3% 0.5% -
HSV(B) 329.6º 0.46% 0.64% -
XYZ 22.71 16.57 22.08 -
YUV 115.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 164 89 127 0 0.46 0.23 0.36 329.6 0.3 0.5
Hex A4 59 7F 0 2E 17 24 14A 1E 32
Octal 244 131 177 0 56 27 44 512 36 62
Binary 10100100 1011001 1111111 0 101110 10111 100100 101001010 11110 110010

Color Harmonies of #A4597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4597F

Black with #A4597F

Text Example


Text Example

White with #A4597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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