Html Css Color HEX #A05780 Strikemaster

📋 copy color: '#A05780'

red 160 ◦ green 87 ◦ blue 128

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

Shades of Strikemaster #A05780

Tints of Strikemaster #A05780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 42.67%
G = 23.2%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A05780 (or 0xA05780) is known color: Strikemaster. HEX triplet: A0, 57 and 80. RGB value is (160,87,128). Sum of RGB (Red+Green+Blue) = 160+87+128=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A05780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05780 is #5FA87F. Grayscale: #717171. Windows color (decimal): -6269056 or 8411040. OLE color: 8411040.

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

Color convert

RGB 160 87 128 -
CMYK 0 0.46 0.20 0.37
HSL 326.3º 0.3% 0.48% -
HSV(B) 326.3º 0.46% 0.63% -
XYZ 21.8 15.85 22.33 -
YUV 113.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 160 87 128 0 0.46 0.20 0.37 326.3 0.3 0.48
Hex A0 57 80 0 2E 14 25 146 1E 30
Octal 240 127 200 0 56 24 45 506 36 60
Binary 10100000 1010111 10000000 0 101110 10100 100101 101000110 11110 110000

Color Harmonies of #A05780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05780

Black with #A05780

Text Example


Text Example

White with #A05780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05780; }

 p { color: rgb(160,87,128); }

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

background-color css

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

 a { background-color: rgb(160,87,128); }

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

border-color css

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

 span { border-color: rgb(160,87,128); }

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