Html Css Color HEX #A2588B Strikemaster

📋 copy color: '#A2588B'

red 162 ◦ green 88 ◦ blue 139

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

Shades of Strikemaster #A2588B

Tints of Strikemaster #A2588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 41.65%
G = 22.62%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2588B (or 0xA2588B) is known color: Strikemaster. HEX triplet: A2, 58 and 8B. RGB value is (162,88,139). Sum of RGB (Red+Green+Blue) = 162+88+139=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2588B is #5DA774. Grayscale: #737373. Windows color (decimal): -6137717 or 9132194. OLE color: 9132194.

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

Color convert

RGB 162 88 139 -
CMYK 0 0.46 0.14 0.36
HSL 318.65º 0.3% 0.49% -
HSV(B) 318.65º 0.46% 0.64% -
XYZ 23.05 16.52 26.4 -
YUV 115.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 162 88 139 0 0.46 0.14 0.36 318.65 0.3 0.49
Hex A2 58 8B 0 2E E 24 13F 1E 31
Octal 242 130 213 0 56 16 44 477 36 61
Binary 10100010 1011000 10001011 0 101110 1110 100100 100111111 11110 110001

Color Harmonies of #A2588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2588B

Black with #A2588B

Text Example


Text Example

White with #A2588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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