Html Css Color HEX #A2587F Strikemaster

📋 copy color: '#A2587F'

red 162 ◦ green 88 ◦ blue 127

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

Shades of Strikemaster #A2587F

Tints of Strikemaster #A2587F

RGB

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

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

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

R = 42.97%
G = 23.34%
B = 33.69%

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

#A2587F (or 0xA2587F) is known color: Strikemaster. HEX triplet: A2, 58 and 7F. RGB value is (162,88,127). Sum of RGB (Red+Green+Blue) = 162+88+127=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2587F is #5DA780. Grayscale: #727272. Windows color (decimal): -6137729 or 8345762. OLE color: 8345762.

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

Color convert

RGB 162 88 127 -
CMYK 0 0.46 0.22 0.36
HSL 328.38º 0.3% 0.49% -
HSV(B) 328.38º 0.46% 0.64% -
XYZ 22.22 16.19 22.03 -
YUV 114.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 162 88 127 0 0.46 0.22 0.36 328.38 0.3 0.49
Hex A2 58 7F 0 2E 16 24 148 1E 31
Octal 242 130 177 0 56 26 44 510 36 61
Binary 10100010 1011000 1111111 0 101110 10110 100100 101001000 11110 110001

Color Harmonies of #A2587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2587F

Black with #A2587F

Text Example


Text Example

White with #A2587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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