Html Css Color HEX #A7588E Strikemaster

📋 copy color: '#A7588E'

red 167 ◦ green 88 ◦ blue 142

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

Shades of Strikemaster #A7588E

Tints of Strikemaster #A7588E

RGB

 RED value IS 167 (65.63% from 255) = 42.07%

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

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

R = 42.07%
G = 22.17%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A7588E (or 0xA7588E) is known color: Strikemaster. HEX triplet: A7, 58 and 8E. RGB value is (167,88,142). Sum of RGB (Red+Green+Blue) = 167+88+142=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A7588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7588E is #58A771. Grayscale: #757575. Windows color (decimal): -5810034 or 9328807. OLE color: 9328807.

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

Color convert

RGB 167 88 142 -
CMYK 0 0.47 0.15 0.35
HSL 318.99º 0.31% 0.5% -
HSV(B) 318.99º 0.47% 0.65% -
XYZ 24.31 17.15 27.62 -
YUV 117.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 167 88 142 0 0.47 0.15 0.35 318.99 0.31 0.5
Hex A7 58 8E 0 2F F 23 13F 1F 32
Octal 247 130 216 0 57 17 43 477 37 62
Binary 10100111 1011000 10001110 0 101111 1111 100011 100111111 11111 110010

Color Harmonies of #A7588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7588E

Black with #A7588E

Text Example


Text Example

White with #A7588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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