Html Css Color HEX #A05C7E Strikemaster

📋 copy color: '#A05C7E'

red 160 ◦ green 92 ◦ blue 126

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

Shades of Strikemaster #A05C7E

Tints of Strikemaster #A05C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 42.33%
G = 24.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A05C7E (or 0xA05C7E) is known color: Strikemaster. HEX triplet: A0, 5C and 7E. RGB value is (160,92,126). Sum of RGB (Red+Green+Blue) = 160+92+126=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05C7E is #5FA381. Grayscale: #747474. Windows color (decimal): -6267778 or 8281248. OLE color: 8281248.

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

Color convert

RGB 160 92 126 -
CMYK 0 0.43 0.21 0.37
HSL 330º 0.27% 0.49% -
HSV(B) 330º 0.43% 0.63% -
XYZ 22.09 16.63 21.79 -
YUV 116.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 160 92 126 0 0.43 0.21 0.37 330 0.27 0.49
Hex A0 5C 7E 0 2B 15 25 14A 1B 31
Octal 240 134 176 0 53 25 45 512 33 61
Binary 10100000 1011100 1111110 0 101011 10101 100101 101001010 11011 110001

Color Harmonies of #A05C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C7E

Black with #A05C7E

Text Example


Text Example

White with #A05C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C7E; }

 p { color: rgb(160,92,126); }

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

background-color css

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

 a { background-color: rgb(160,92,126); }

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

border-color css

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

 span { border-color: rgb(160,92,126); }

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