Html Css Color HEX #A8588E Strikemaster

📋 copy color: '#A8588E'

red 168 ◦ green 88 ◦ blue 142

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

Shades of Strikemaster #A8588E

Tints of Strikemaster #A8588E

RGB

 RED value IS 168 (66.02% from 255) = 42.21%

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 42.21%
G = 22.11%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8588E (or 0xA8588E) is known color: Strikemaster. HEX triplet: A8, 58 and 8E. RGB value is (168,88,142). Sum of RGB (Red+Green+Blue) = 168+88+142=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A8588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8588E is #57A771. Grayscale: #757575. Windows color (decimal): -5744498 or 9328808. OLE color: 9328808.

HSL color Cylindrical-coordinate representation of color #A8588E: hue angle of 319.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8588E is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 88 142 -
CMYK 0 0.48 0.15 0.34
HSL 319.5º 0.31% 0.5% -
HSV(B) 319.5º 0.48% 0.66% -
XYZ 24.52 17.26 27.63 -
YUV 118.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 168 88 142 0 0.48 0.15 0.34 319.5 0.31 0.5
Hex A8 58 8E 0 30 F 22 140 1F 32
Octal 250 130 216 0 60 17 42 500 37 62
Binary 10101000 1011000 10001110 0 110000 1111 100010 101000000 11111 110010

Color Harmonies of #A8588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8588E

Black with #A8588E

Text Example


Text Example

White with #A8588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8588E; }

 p { color: rgb(168,88,142); }

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

background-color css

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

 a { background-color: rgb(168,88,142); }

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

border-color css

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

 span { border-color: rgb(168,88,142); }

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