Html Css Color HEX #A0558A Strikemaster

📋 copy color: '#A0558A'

red 160 ◦ green 85 ◦ blue 138

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

Shades of Strikemaster #A0558A

Tints of Strikemaster #A0558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

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

R = 41.78%
G = 22.19%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0558A (or 0xA0558A) is known color: Strikemaster. HEX triplet: A0, 55 and 8A. RGB value is (160,85,138). Sum of RGB (Red+Green+Blue) = 160+85+138=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0558A is #5FAA75. Grayscale: #717171. Windows color (decimal): -6269558 or 9065888. OLE color: 9065888.

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

Color convert

RGB 160 85 138 -
CMYK 0 0.47 0.14 0.37
HSL 317.6º 0.31% 0.48% -
HSV(B) 317.6º 0.47% 0.63% -
XYZ 22.33 15.81 25.92 -
YUV 113.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 160 85 138 0 0.47 0.14 0.37 317.6 0.31 0.48
Hex A0 55 8A 0 2F E 25 13E 1F 30
Octal 240 125 212 0 57 16 45 476 37 60
Binary 10100000 1010101 10001010 0 101111 1110 100101 100111110 11111 110000

Color Harmonies of #A0558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0558A

Black with #A0558A

Text Example


Text Example

White with #A0558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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