Html Css Color HEX #A7588C Strikemaster

📋 copy color: '#A7588C'

red 167 ◦ green 88 ◦ blue 140

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

Shades of Strikemaster #A7588C

Tints of Strikemaster #A7588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 42.28%
G = 22.28%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7588C (or 0xA7588C) is known color: Strikemaster. HEX triplet: A7, 58 and 8C. RGB value is (167,88,140). Sum of RGB (Red+Green+Blue) = 167+88+140=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7588C is #58A773. Grayscale: #757575. Windows color (decimal): -5810036 or 9197735. OLE color: 9197735.

HSL color Cylindrical-coordinate representation of color #A7588C: hue angle of 320.51º 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 #A7588C is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 88 140 -
CMYK 0 0.47 0.16 0.35
HSL 320.51º 0.31% 0.5% -
HSV(B) 320.51º 0.47% 0.65% -
XYZ 24.16 17.09 26.84 -
YUV 117.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 167 88 140 0 0.47 0.16 0.35 320.51 0.31 0.5
Hex A7 58 8C 0 2F 10 23 141 1F 32
Octal 247 130 214 0 57 20 43 501 37 62
Binary 10100111 1011000 10001100 0 101111 10000 100011 101000001 11111 110010

Color Harmonies of #A7588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7588C

Black with #A7588C

Text Example


Text Example

White with #A7588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7588C; }

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

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

background-color css

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

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

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

border-color css

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

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

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