Html Css Color HEX #A7558B Strikemaster

📋 copy color: '#A7558B'

red 167 ◦ green 85 ◦ blue 139

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

Shades of Strikemaster #A7558B

Tints of Strikemaster #A7558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

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

R = 42.71%
G = 21.74%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7558B (or 0xA7558B) is known color: Strikemaster. HEX triplet: A7, 55 and 8B. RGB value is (167,85,139). Sum of RGB (Red+Green+Blue) = 167+85+139=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7558B is #58AA74. Grayscale: #737373. Windows color (decimal): -5810805 or 9131431. OLE color: 9131431.

HSL color Cylindrical-coordinate representation of color #A7558B: hue angle of 320.49º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7558B is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 85 139 -
CMYK 0 0.49 0.17 0.35
HSL 320.49º 0.33% 0.49% -
HSV(B) 320.49º 0.49% 0.65% -
XYZ 23.85 16.58 26.37 -
YUV 115.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 167 85 139 0 0.49 0.17 0.35 320.49 0.33 0.49
Hex A7 55 8B 0 31 11 23 140 21 31
Octal 247 125 213 0 61 21 43 500 41 61
Binary 10100111 1010101 10001011 0 110001 10001 100011 101000000 100001 110001

Color Harmonies of #A7558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7558B

Black with #A7558B

Text Example


Text Example

White with #A7558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7558B; }

 p { color: rgb(167,85,139); }

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

background-color css

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

 a { background-color: rgb(167,85,139); }

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

border-color css

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

 span { border-color: rgb(167,85,139); }

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