Html Css Color HEX #A0557C Strikemaster

📋 copy color: '#A0557C'

red 160 ◦ green 85 ◦ blue 124

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

Shades of Strikemaster #A0557C

Tints of Strikemaster #A0557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 43.36%
G = 23.04%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0557C (or 0xA0557C) is known color: Strikemaster. HEX triplet: A0, 55 and 7C. RGB value is (160,85,124). Sum of RGB (Red+Green+Blue) = 160+85+124=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0557C is #5FAA83. Grayscale: #6F6F6F. Windows color (decimal): -6269572 or 8148384. OLE color: 8148384.

HSL color Cylindrical-coordinate representation of color #A0557C: hue angle of 328.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 #A0557C is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 85 124 -
CMYK 0 0.47 0.22 0.37
HSL 328.8º 0.31% 0.48% -
HSV(B) 328.8º 0.47% 0.63% -
XYZ 21.38 15.43 20.92 -
YUV 111.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 160 85 124 0 0.47 0.22 0.37 328.8 0.31 0.48
Hex A0 55 7C 0 2F 16 25 149 1F 30
Octal 240 125 174 0 57 26 45 511 37 60
Binary 10100000 1010101 1111100 0 101111 10110 100101 101001001 11111 110000

Color Harmonies of #A0557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0557C

Black with #A0557C

Text Example


Text Example

White with #A0557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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