Html Css Color HEX #A2597D Strikemaster

📋 copy color: '#A2597D'

red 162 ◦ green 89 ◦ blue 125

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

Shades of Strikemaster #A2597D

Tints of Strikemaster #A2597D

RGB

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

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

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

R = 43.09%
G = 23.67%
B = 33.24%

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

#A2597D (or 0xA2597D) is known color: Strikemaster. HEX triplet: A2, 59 and 7D. RGB value is (162,89,125). Sum of RGB (Red+Green+Blue) = 162+89+125=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2597D is #5DA682. Grayscale: #727272. Windows color (decimal): -6137475 or 8214946. OLE color: 8214946.

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

Color convert

RGB 162 89 125 -
CMYK 0 0.45 0.23 0.36
HSL 330.41º 0.29% 0.49% -
HSV(B) 330.41º 0.45% 0.64% -
XYZ 22.17 16.31 21.38 -
YUV 114.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 162 89 125 0 0.45 0.23 0.36 330.41 0.29 0.49
Hex A2 59 7D 0 2D 17 24 14A 1D 31
Octal 242 131 175 0 55 27 44 512 35 61
Binary 10100010 1011001 1111101 0 101101 10111 100100 101001010 11101 110001

Color Harmonies of #A2597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2597D

Black with #A2597D

Text Example


Text Example

White with #A2597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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