Html Css Color HEX #A05985 Strikemaster

📋 copy color: '#A05985'

red 160 ◦ green 89 ◦ blue 133

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

Shades of Strikemaster #A05985

Tints of Strikemaster #A05985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 41.88%
G = 23.3%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A05985 (or 0xA05985) is known color: Strikemaster. HEX triplet: A0, 59 and 85. RGB value is (160,89,133). Sum of RGB (Red+Green+Blue) = 160+89+133=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A05985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05985 is #5FA67A. Grayscale: #737373. Windows color (decimal): -6268539 or 8739232. OLE color: 8739232.

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

Color convert

RGB 160 89 133 -
CMYK 0 0.44 0.17 0.37
HSL 322.82º 0.29% 0.49% -
HSV(B) 322.82º 0.44% 0.63% -
XYZ 22.3 16.31 24.16 -
YUV 115.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 160 89 133 0 0.44 0.17 0.37 322.82 0.29 0.49
Hex A0 59 85 0 2C 11 25 143 1D 31
Octal 240 131 205 0 54 21 45 503 35 61
Binary 10100000 1011001 10000101 0 101100 10001 100101 101000011 11101 110001

Color Harmonies of #A05985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05985

Black with #A05985

Text Example


Text Example

White with #A05985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05985; }

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

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

background-color css

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

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

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

border-color css

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

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

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