Html Css Color HEX #A7558A Strikemaster

📋 copy color: '#A7558A'

red 167 ◦ green 85 ◦ blue 138

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

Shades of Strikemaster #A7558A

Tints of Strikemaster #A7558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 42.82%
G = 21.79%
B = 35.38%

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

#A7558A (or 0xA7558A) is known color: Strikemaster. HEX triplet: A7, 55 and 8A. RGB value is (167,85,138). Sum of RGB (Red+Green+Blue) = 167+85+138=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7558A is #58AA75. Grayscale: #737373. Windows color (decimal): -5810806 or 9065895. OLE color: 9065895.

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

Color convert

RGB 167 85 138 -
CMYK 0 0.49 0.17 0.35
HSL 321.22º 0.33% 0.49% -
HSV(B) 321.22º 0.49% 0.65% -
XYZ 23.77 16.55 25.99 -
YUV 115.56 140.67 164.69 -
System Red Green Blue C M Y K H S L
Decimal 167 85 138 0 0.49 0.17 0.35 321.22 0.33 0.49
Hex A7 55 8A 0 31 11 23 141 21 31
Octal 247 125 212 0 61 21 43 501 41 61
Binary 10100111 1010101 10001010 0 110001 10001 100011 101000001 100001 110001

Color Harmonies of #A7558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7558A

Black with #A7558A

Text Example


Text Example

White with #A7558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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