Html Css Color HEX #A05A79 Strikemaster

📋 copy color: '#A05A79'

red 160 ◦ green 90 ◦ blue 121

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

Shades of Strikemaster #A05A79

Tints of Strikemaster #A05A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 43.13%
G = 24.26%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A05A79 (or 0xA05A79) is known color: Strikemaster. HEX triplet: A0, 5A and 79. RGB value is (160,90,121). Sum of RGB (Red+Green+Blue) = 160+90+121=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A79 is #5FA586. Grayscale: #727272. Windows color (decimal): -6268295 or 7953056. OLE color: 7953056.

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

Color convert

RGB 160 90 121 -
CMYK 0 0.44 0.24 0.37
HSL 333.43º 0.28% 0.49% -
HSV(B) 333.43º 0.44% 0.63% -
XYZ 21.6 16.17 20.07 -
YUV 114.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 160 90 121 0 0.44 0.24 0.37 333.43 0.28 0.49
Hex A0 5A 79 0 2C 18 25 14D 1C 31
Octal 240 132 171 0 54 30 45 515 34 61
Binary 10100000 1011010 1111001 0 101100 11000 100101 101001101 11100 110001

Color Harmonies of #A05A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A79

Black with #A05A79

Text Example


Text Example

White with #A05A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A79; }

 p { color: rgb(160,90,121); }

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

background-color css

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

 a { background-color: rgb(160,90,121); }

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

border-color css

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

 span { border-color: rgb(160,90,121); }

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