Html Css Color HEX #A2597E Strikemaster

📋 copy color: '#A2597E'

red 162 ◦ green 89 ◦ blue 126

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

Shades of Strikemaster #A2597E

Tints of Strikemaster #A2597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 42.97%
G = 23.61%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2597E (or 0xA2597E) is known color: Strikemaster. HEX triplet: A2, 59 and 7E. RGB value is (162,89,126). Sum of RGB (Red+Green+Blue) = 162+89+126=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2597E is #5DA681. Grayscale: #727272. Windows color (decimal): -6137474 or 8280482. OLE color: 8280482.

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

Color convert

RGB 162 89 126 -
CMYK 0 0.45 0.22 0.36
HSL 329.59º 0.29% 0.49% -
HSV(B) 329.59º 0.45% 0.64% -
XYZ 22.24 16.33 21.72 -
YUV 115.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 162 89 126 0 0.45 0.22 0.36 329.59 0.29 0.49
Hex A2 59 7E 0 2D 16 24 14A 1D 31
Octal 242 131 176 0 55 26 44 512 35 61
Binary 10100010 1011001 1111110 0 101101 10110 100100 101001010 11101 110001

Color Harmonies of #A2597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2597E

Black with #A2597E

Text Example


Text Example

White with #A2597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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