Html Css Color HEX #A2588D Strikemaster

📋 copy color: '#A2588D'

red 162 ◦ green 88 ◦ blue 141

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

Shades of Strikemaster #A2588D

Tints of Strikemaster #A2588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 41.43%
G = 22.51%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2588D (or 0xA2588D) is known color: Strikemaster. HEX triplet: A2, 58 and 8D. RGB value is (162,88,141). Sum of RGB (Red+Green+Blue) = 162+88+141=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A2588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2588D is #5DA772. Grayscale: #747474. Windows color (decimal): -6137715 or 9263266. OLE color: 9263266.

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

Color convert

RGB 162 88 141 -
CMYK 0 0.46 0.13 0.36
HSL 317.03º 0.3% 0.49% -
HSV(B) 317.03º 0.46% 0.64% -
XYZ 23.2 16.58 27.18 -
YUV 116.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 162 88 141 0 0.46 0.13 0.36 317.03 0.3 0.49
Hex A2 58 8D 0 2E D 24 13D 1E 31
Octal 242 130 215 0 56 15 44 475 36 61
Binary 10100010 1011000 10001101 0 101110 1101 100100 100111101 11110 110001

Color Harmonies of #A2588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2588D

Black with #A2588D

Text Example


Text Example

White with #A2588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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