Html Css Color HEX #A3557E Strikemaster

📋 copy color: '#A3557E'

red 163 ◦ green 85 ◦ blue 126

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

Shades of Strikemaster #A3557E

Tints of Strikemaster #A3557E

RGB

 RED value IS 163 (64.06% from 255) = 43.58%

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

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

R = 43.58%
G = 22.73%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3557E (or 0xA3557E) is known color: Strikemaster. HEX triplet: A3, 55 and 7E. RGB value is (163,85,126). Sum of RGB (Red+Green+Blue) = 163+85+126=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3557E is #5CAA81. Grayscale: #707070. Windows color (decimal): -6072962 or 8279459. OLE color: 8279459.

HSL color Cylindrical-coordinate representation of color #A3557E: hue angle of 328.46º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3557E is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 126 -
CMYK 0 0.48 0.23 0.36
HSL 328.46º 0.31% 0.49% -
HSV(B) 328.46º 0.48% 0.64% -
XYZ 22.12 15.79 21.62 -
YUV 113 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 163 85 126 0 0.48 0.23 0.36 328.46 0.31 0.49
Hex A3 55 7E 0 30 17 24 148 1F 31
Octal 243 125 176 0 60 27 44 510 37 61
Binary 10100011 1010101 1111110 0 110000 10111 100100 101001000 11111 110001

Color Harmonies of #A3557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3557E

Black with #A3557E

Text Example


Text Example

White with #A3557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3557E; }

 p { color: rgb(163,85,126); }

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

background-color css

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

 a { background-color: rgb(163,85,126); }

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

border-color css

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

 span { border-color: rgb(163,85,126); }

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