Html Css Color HEX #A05E7A Strikemaster

📋 copy color: '#A05E7A'

red 160 ◦ green 94 ◦ blue 122

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

Shades of Strikemaster #A05E7A

Tints of Strikemaster #A05E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 42.55%
G = 25%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A05E7A (or 0xA05E7A) is known color: Strikemaster. HEX triplet: A0, 5E and 7A. RGB value is (160,94,122). Sum of RGB (Red+Green+Blue) = 160+94+122=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E7A is #5FA185. Grayscale: #747474. Windows color (decimal): -6267270 or 8019616. OLE color: 8019616.

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

Color convert

RGB 160 94 122 -
CMYK 0 0.41 0.24 0.37
HSL 334.55º 0.26% 0.5% -
HSV(B) 334.55º 0.41% 0.63% -
XYZ 22.01 16.88 20.51 -
YUV 116.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 160 94 122 0 0.41 0.24 0.37 334.55 0.26 0.5
Hex A0 5E 7A 0 29 18 25 14F 1A 32
Octal 240 136 172 0 51 30 45 517 32 62
Binary 10100000 1011110 1111010 0 101001 11000 100101 101001111 11010 110010

Color Harmonies of #A05E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05E7A

Black with #A05E7A

Text Example


Text Example

White with #A05E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05E7A; }

 p { color: rgb(160,94,122); }

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

background-color css

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

 a { background-color: rgb(160,94,122); }

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

border-color css

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

 span { border-color: rgb(160,94,122); }

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