Html Css Color HEX #A7558D Strikemaster

📋 copy color: '#A7558D'

red 167 ◦ green 85 ◦ blue 141

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

Shades of Strikemaster #A7558D

Tints of Strikemaster #A7558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 42.49%
G = 21.63%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7558D (or 0xA7558D) is known color: Strikemaster. HEX triplet: A7, 55 and 8D. RGB value is (167,85,141). Sum of RGB (Red+Green+Blue) = 167+85+141=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7558D is #58AA72. Grayscale: #737373. Windows color (decimal): -5810803 or 9262503. OLE color: 9262503.

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

Color convert

RGB 167 85 141 -
CMYK 0 0.49 0.16 0.35
HSL 319.02º 0.33% 0.49% -
HSV(B) 319.02º 0.49% 0.65% -
XYZ 23.99 16.64 27.15 -
YUV 115.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 167 85 141 0 0.49 0.16 0.35 319.02 0.33 0.49
Hex A7 55 8D 0 31 10 23 13F 21 31
Octal 247 125 215 0 61 20 43 477 41 61
Binary 10100111 1010101 10001101 0 110001 10000 100011 100111111 100001 110001

Color Harmonies of #A7558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7558D

Black with #A7558D

Text Example


Text Example

White with #A7558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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