Html Css Color HEX #A05987 Strikemaster

📋 copy color: '#A05987'

red 160 ◦ green 89 ◦ blue 135

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

Shades of Strikemaster #A05987

Tints of Strikemaster #A05987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

 BLUE value IS 135 (53.13% from 255) = 35.16%

R = 41.67%
G = 23.18%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A05987 (or 0xA05987) is known color: Strikemaster. HEX triplet: A0, 59 and 87. RGB value is (160,89,135). Sum of RGB (Red+Green+Blue) = 160+89+135=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A05987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05987 is #5FA678. Grayscale: #737373. Windows color (decimal): -6268537 or 8870304. OLE color: 8870304.

HSL color Cylindrical-coordinate representation of color #A05987: hue angle of 321.13º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05987 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 135 -
CMYK 0 0.44 0.16 0.37
HSL 321.13º 0.29% 0.49% -
HSV(B) 321.13º 0.44% 0.63% -
XYZ 22.44 16.37 24.9 -
YUV 115.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 160 89 135 0 0.44 0.16 0.37 321.13 0.29 0.49
Hex A0 59 87 0 2C 10 25 141 1D 31
Octal 240 131 207 0 54 20 45 501 35 61
Binary 10100000 1011001 10000111 0 101100 10000 100101 101000001 11101 110001

Color Harmonies of #A05987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05987

Black with #A05987

Text Example


Text Example

White with #A05987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05987; }

 p { color: rgb(160,89,135); }

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

background-color css

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

 a { background-color: rgb(160,89,135); }

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

border-color css

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

 span { border-color: rgb(160,89,135); }

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