Html Css Color HEX #A05C8A Strikemaster

📋 copy color: '#A05C8A'

red 160 ◦ green 92 ◦ blue 138

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

Shades of Strikemaster #A05C8A

Tints of Strikemaster #A05C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 41.03%
G = 23.59%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A05C8A (or 0xA05C8A) is known color: Strikemaster. HEX triplet: A0, 5C and 8A. RGB value is (160,92,138). Sum of RGB (Red+Green+Blue) = 160+92+138=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05C8A is #5FA375. Grayscale: #757575. Windows color (decimal): -6267766 or 9067680. OLE color: 9067680.

HSL color Cylindrical-coordinate representation of color #A05C8A: hue angle of 319.41º 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 #A05C8A is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 92 138 -
CMYK 0 0.43 0.14 0.37
HSL 319.41º 0.27% 0.49% -
HSV(B) 319.41º 0.43% 0.63% -
XYZ 22.91 16.96 26.11 -
YUV 117.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 160 92 138 0 0.43 0.14 0.37 319.41 0.27 0.49
Hex A0 5C 8A 0 2B E 25 13F 1B 31
Octal 240 134 212 0 53 16 45 477 33 61
Binary 10100000 1011100 10001010 0 101011 1110 100101 100111111 11011 110001

Color Harmonies of #A05C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C8A

Black with #A05C8A

Text Example


Text Example

White with #A05C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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