Html Css Color HEX #A05889 Strikemaster

📋 copy color: '#A05889'

red 160 ◦ green 88 ◦ blue 137

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

Shades of Strikemaster #A05889

Tints of Strikemaster #A05889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.86%

 BLUE value IS 137 (53.91% from 255) = 35.58%

R = 41.56%
G = 22.86%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A05889 (or 0xA05889) is known color: Strikemaster. HEX triplet: A0, 58 and 89. RGB value is (160,88,137). Sum of RGB (Red+Green+Blue) = 160+88+137=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A05889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05889 is #5FA776. Grayscale: #727272. Windows color (decimal): -6268791 or 9001120. OLE color: 9001120.

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

Color convert

RGB 160 88 137 -
CMYK 0 0.45 0.14 0.37
HSL 319.17º 0.29% 0.49% -
HSV(B) 319.17º 0.45% 0.63% -
XYZ 22.5 16.26 25.62 -
YUV 115.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 160 88 137 0 0.45 0.14 0.37 319.17 0.29 0.49
Hex A0 58 89 0 2D E 25 13F 1D 31
Octal 240 130 211 0 55 16 45 477 35 61
Binary 10100000 1011000 10001001 0 101101 1110 100101 100111111 11101 110001

Color Harmonies of #A05889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05889

Black with #A05889

Text Example


Text Example

White with #A05889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05889; }

 p { color: rgb(160,88,137); }

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

background-color css

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

 a { background-color: rgb(160,88,137); }

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

border-color css

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

 span { border-color: rgb(160,88,137); }

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