Html Css Color HEX #A2597C Strikemaster

📋 copy color: '#A2597C'

red 162 ◦ green 89 ◦ blue 124

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

Shades of Strikemaster #A2597C

Tints of Strikemaster #A2597C

RGB

 RED value IS 162 (63.67% from 255) = 43.2%

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

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 43.2%
G = 23.73%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2597C (or 0xA2597C) is known color: Strikemaster. HEX triplet: A2, 59 and 7C. RGB value is (162,89,124). Sum of RGB (Red+Green+Blue) = 162+89+124=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2597C is #5DA683. Grayscale: #727272. Windows color (decimal): -6137476 or 8149410. OLE color: 8149410.

HSL color Cylindrical-coordinate representation of color #A2597C: hue angle of 331.23º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2597C is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 124 -
CMYK 0 0.45 0.23 0.36
HSL 331.23º 0.29% 0.49% -
HSV(B) 331.23º 0.45% 0.64% -
XYZ 22.11 16.28 21.05 -
YUV 114.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 162 89 124 0 0.45 0.23 0.36 331.23 0.29 0.49
Hex A2 59 7C 0 2D 17 24 14B 1D 31
Octal 242 131 174 0 55 27 44 513 35 61
Binary 10100010 1011001 1111100 0 101101 10111 100100 101001011 11101 110001

Color Harmonies of #A2597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2597C

Black with #A2597C

Text Example


Text Example

White with #A2597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2597C; }

 p { color: rgb(162,89,124); }

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

background-color css

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

 a { background-color: rgb(162,89,124); }

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

border-color css

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

 span { border-color: rgb(162,89,124); }

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