Html Css Color HEX #A3548C Strikemaster

📋 copy color: '#A3548C'

red 163 ◦ green 84 ◦ blue 140

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

Shades of Strikemaster #A3548C

Tints of Strikemaster #A3548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 42.12%
G = 21.71%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3548C (or 0xA3548C) is known color: Strikemaster. HEX triplet: A3, 54 and 8C. RGB value is (163,84,140). Sum of RGB (Red+Green+Blue) = 163+84+140=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3548C is #5CAB73. Grayscale: #717171. Windows color (decimal): -6073204 or 9196707. OLE color: 9196707.

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

Color convert

RGB 163 84 140 -
CMYK 0 0.48 0.14 0.36
HSL 317.47º 0.32% 0.48% -
HSV(B) 317.47º 0.48% 0.64% -
XYZ 23.01 16.02 26.69 -
YUV 114.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 163 84 140 0 0.48 0.14 0.36 317.47 0.32 0.48
Hex A3 54 8C 0 30 E 24 13D 20 30
Octal 243 124 214 0 60 16 44 475 40 60
Binary 10100011 1010100 10001100 0 110000 1110 100100 100111101 100000 110000

Color Harmonies of #A3548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3548C

Black with #A3548C

Text Example


Text Example

White with #A3548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3548C; }

 p { color: rgb(163,84,140); }

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

background-color css

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

 a { background-color: rgb(163,84,140); }

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

border-color css

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

 span { border-color: rgb(163,84,140); }

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