Html Css Color HEX #A0558B Strikemaster

📋 copy color: '#A0558B'

red 160 ◦ green 85 ◦ blue 139

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

Shades of Strikemaster #A0558B

Tints of Strikemaster #A0558B

RGB

 RED value IS 160 (62.89% from 255) = 41.67%

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

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

R = 41.67%
G = 22.14%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0558B (or 0xA0558B) is known color: Strikemaster. HEX triplet: A0, 55 and 8B. RGB value is (160,85,139). Sum of RGB (Red+Green+Blue) = 160+85+139=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0558B is #5FAA74. Grayscale: #717171. Windows color (decimal): -6269557 or 9131424. OLE color: 9131424.

HSL color Cylindrical-coordinate representation of color #A0558B: hue angle of 316.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0558B is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 85 139 -
CMYK 0 0.47 0.13 0.37
HSL 316.8º 0.31% 0.48% -
HSV(B) 316.8º 0.47% 0.63% -
XYZ 22.41 15.83 26.3 -
YUV 113.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 160 85 139 0 0.47 0.13 0.37 316.8 0.31 0.48
Hex A0 55 8B 0 2F D 25 13D 1F 30
Octal 240 125 213 0 57 15 45 475 37 60
Binary 10100000 1010101 10001011 0 101111 1101 100101 100111101 11111 110000

Color Harmonies of #A0558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0558B

Black with #A0558B

Text Example


Text Example

White with #A0558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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