Html Css Color HEX #A2587E Strikemaster

📋 copy color: '#A2587E'

red 162 ◦ green 88 ◦ blue 126

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

Shades of Strikemaster #A2587E

Tints of Strikemaster #A2587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 43.09%
G = 23.4%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2587E (or 0xA2587E) is known color: Strikemaster. HEX triplet: A2, 58 and 7E. RGB value is (162,88,126). Sum of RGB (Red+Green+Blue) = 162+88+126=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2587E is #5DA781. Grayscale: #727272. Windows color (decimal): -6137730 or 8280226. OLE color: 8280226.

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

Color convert

RGB 162 88 126 -
CMYK 0 0.46 0.22 0.36
HSL 329.19º 0.3% 0.49% -
HSV(B) 329.19º 0.46% 0.64% -
XYZ 22.16 16.17 21.69 -
YUV 114.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 162 88 126 0 0.46 0.22 0.36 329.19 0.3 0.49
Hex A2 58 7E 0 2E 16 24 149 1E 31
Octal 242 130 176 0 56 26 44 511 36 61
Binary 10100010 1011000 1111110 0 101110 10110 100100 101001001 11110 110001

Color Harmonies of #A2587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2587E

Black with #A2587E

Text Example


Text Example

White with #A2587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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