Html Css Color HEX #A05089 Strikemaster

📋 copy color: '#A05089'

red 160 ◦ green 80 ◦ blue 137

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

Shades of Strikemaster #A05089

Tints of Strikemaster #A05089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

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

R = 42.44%
G = 21.22%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A05089 (or 0xA05089) is known color: Strikemaster. HEX triplet: A0, 50 and 89. RGB value is (160,80,137). Sum of RGB (Red+Green+Blue) = 160+80+137=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A05089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05089 is #5FAF76. Grayscale: #6E6E6E. Windows color (decimal): -6270839 or 8999072. OLE color: 8999072.

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

Color convert

RGB 160 80 137 -
CMYK 0 0.5 0.14 0.37
HSL 317.25º 0.33% 0.47% -
HSV(B) 317.25º 0.5% 0.63% -
XYZ 21.88 15.02 25.41 -
YUV 110.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 160 80 137 0 0.5 0.14 0.37 317.25 0.33 0.47
Hex A0 50 89 0 32 E 25 13D 21 2F
Octal 240 120 211 0 62 16 45 475 41 57
Binary 10100000 1010000 10001001 0 110010 1110 100101 100111101 100001 101111

Color Harmonies of #A05089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05089

Black with #A05089

Text Example


Text Example

White with #A05089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05089; }

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

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

background-color css

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

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

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

border-color css

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

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

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